aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-04-22 12:47:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-04-22 12:47:11 +0000
commit094b74303127928126a694bebfffeb7589a0901b (patch)
tree55c8e3ebb60d43b71e26ee0b396664f258281cf4 /build-aux
parentb053b2d975a3f4311f14aa438a29778d2e5ddbc3 (diff)
downloadcflow-094b74303127928126a694bebfffeb7589a0901b.tar.gz
cflow-094b74303127928126a694bebfffeb7589a0901b.tar.bz2
Take into account autopoint
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/bootstrap8
1 files changed, 7 insertions, 1 deletions
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index db3e585..0b915fe 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -219,7 +219,13 @@ done
for gnulib_file in $gnulib_files; do
case $gnulib_file in
config/*) dest=`echo $gnulib_file | sed 's,config/,build-aux/,'`;;
- *) dest=$gnulib_file;;
+ # These will be overwritten by autopoint, which still uses
+ # old jm_.* macro names, so we have to keep both copies.
+ m4/gettext.m4 | m4/glibc21.m4 | m4/inttypes_h.m4 | m4/lib-ld.m4 | \
+ m4/lib-prefix.m4 | m4/po.m4 | m4/stdint_h.m4 | m4/uintmax_t.m4 | \
+ m4/ulonglong.m4)
+ dest=`expr $gnulib_file : '\(.*\).m4'`_gl.m4;;
+ *) dest=$gnulib_file;;
esac
rm -f $dest &&
echo "$0: Copying file $GNULIB_SRCDIR/$gnulib_file" &&

Return to:

Send suggestions and report system problems to the System administrator.