# Bootstrap configuration. -*- sh -*- # Copyright 2006-2025 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # gnulib modules used by this package. gnulib_modules=" announce-gen argmatch assert-h attribute backupfile basename-lgpl bool c-ctype closeout diffseq dup2 errno-h exitfail extensions faccessat fchownat fchmodat fcntl-h filename fseeko fstatat ftello futimens getopt-gnu gettime gitlog-to-changelog git-version-gen gnupload hash idx ignore-value intprops inttypes-h largefile maintainer-makefile malloc-gnu manywarnings memchr mempcpy minmax mkdirat nullptr openat parse-datetime progname quotearg raise readlinkat realloc-posix renameat setenv signal-h ssize_t stat-time stdckdint-h stdlib-h stpcpy symlinkat sys_stat-h tempname test-xfail unistd-h unlinkat update-copyright utimensat verror xalloc xstdopen year2038-recommended " # Build prerequisites buildreq="\ autoconf 2.59 automake 1.9.6 git 1.5.5 tar - " bootstrap_post_import_hook () { # Automake requires that ChangeLog exist. touch ChangeLog || exit 1 }