X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/a5676c4a2d61a6732e0b144e45339d0e666c2f20..e8d68da976b14001f8abbc56cf4ae01c7b6f9187:/bootstrap diff --git a/bootstrap b/bootstrap index 5acafcb..639e6c4 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright © 2011-2012, 2021-2022 Nick Bowler +# Copyright © 2011-2012, 2021-2023 Nick Bowler # # Simple script to get started from a fresh git checkout. # @@ -33,7 +33,7 @@ if test -x $GNULIB/gnulib-tool; then exec 3>lib/symfiles.tmp 4&3 ) || die "gnulib-tool failed" shared_modules=`LC_ALL=C sort -u <&4` @@ -60,12 +60,6 @@ fi $PERL common/scripts/fix-gnulib.pl -o lib/gnulib.mk -i lib/gnulib.mk.in \ || die "Failed to fixup Gnulib makefile fragment." -# Rewrite if ! ... construts produced by gnulib conditional dependencies -# as these fail in heirloom-sh. -sed 's/if ! *\(.*gnulib_enabled[^;]*\); then/if \1; then :; else/' \ - m4/gnulib-comp.m4 >m4/gnulib-comp.m4.new || exit -mv -f m4/gnulib-comp.m4.new m4/gnulib-comp.m4 || exit - # Punt some automake-generated files so that Gentoo's wrapper script doesn't # try to detect the automake version in use. rm -f Makefile.in aclocal.m4