# SPDX-FileCopyrightText: 2021 Andrius Štikonas # # SPDX-License-Identifier: GPL-3.0-or-later src_prepare() { default . ../../import-gnulib.sh mv lib/fnmatch.in.h lib/fnmatch.h # Rebuild bison pre-generated file cd lib bison --update getdate.y bison getdate.y mv getdate.tab.c getdate.c cd .. touch config.h touch lib/configmake.h }