mirror of
https://https.git.savannah.gnu.org/git/patch.git
synced 2026-01-26 16:09:26 +00:00
* bootstrap.conf (gnulib_modules): Add test-xfail. * tests/preserve-mode-and-timestamp: Add a comment regarding Haiku. * tests/Makefile.am (XFAIL_TESTS): On Haiku, add preserve-mode-and-timestamp.
105 lines
1.7 KiB
Bash
105 lines
1.7 KiB
Bash
# 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 <https://www.gnu.org/licenses/>.
|
|
|
|
|
|
# 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
|
|
}
|