aboutsummaryrefslogtreecommitdiff
path: root/build-aux/bootstrap
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 17:47:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 17:47:40 +0000
commit3ab9c2ac7cc407bca66b88d9464fae2adff5bef2 (patch)
treefd08193bd72df912aa03d25ac39b05263a41d2c6 /build-aux/bootstrap
parent43b66d0d41f8eb6f156b4391adc01aac5832d335 (diff)
downloadcflow-3ab9c2ac7cc407bca66b88d9464fae2adff5bef2.tar.gz
cflow-3ab9c2ac7cc407bca66b88d9464fae2adff5bef2.tar.bz2
Translate config/ to build-aux/
Diffstat (limited to 'build-aux/bootstrap')
-rwxr-xr-xbuild-aux/bootstrap12
1 files changed, 7 insertions, 5 deletions
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index f67a514..db3e585 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -19,8 +19,8 @@
# Written by Paul Eggert and Sergey Poznyakoff.
-# URL of our text domain page in Translation Project
-TP_URL="http://www.iro.umontreal.ca/translation/maint/tar/"
+# FIXME: *Eventual* URL of our text domain page in Translation Project
+TP_URL="http://www.iro.umontreal.ca/translation/maint/cflow/"
# Ensure file names are sorted consistently across platforms;
# e.g., m4/ulonglong_gl.m4 should follow m4/ulonglong.m4.
@@ -201,7 +201,7 @@ done
gnulib_files=`
(for gnulib_module in $gnulib_modules; do
- $GNULIB_SRCDIR/gnulib-tool --extract-filelist $gnulib_module
+ $GNULIB_SRCDIR/gnulib-tool --extract-filelist $gnulib_module
done) | sort -u
`
@@ -217,8 +217,10 @@ for file in build-aux/*.m4; do
done
for gnulib_file in $gnulib_files; do
- dest=$gnulib_file
-
+ case $gnulib_file in
+ config/*) dest=`echo $gnulib_file | sed 's,config/,build-aux/,'`;;
+ *) dest=$gnulib_file;;
+ esac
rm -f $dest &&
echo "$0: Copying file $GNULIB_SRCDIR/$gnulib_file" &&
cp -p $GNULIB_SRCDIR/$gnulib_file $dest || exit

Return to:

Send suggestions and report system problems to the System administrator.