patch/bootstrap.conf
Bruno Haible 7d876522e9 Declare an expected test failure on Haiku.
* 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.
2025-02-06 21:03:10 +01:00

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
}