m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/bootstrap


From: Gary V . Vaughan
Subject: Changes to m4/bootstrap
Date: Fri, 06 May 2005 04:30:53 -0400

Index: m4/bootstrap
diff -u m4/bootstrap:1.24 m4/bootstrap:1.25
--- m4/bootstrap:1.24   Wed May  4 15:45:43 2005
+++ m4/bootstrap        Fri May  6 08:30:52 2005
@@ -12,7 +12,9 @@
 config_aux_dir=$ltdldir/config
 config_macro_dir=$ltdldir/m4
 
-src_modules='getopt version-etc'
+# List dependencies here too; we don't extract them, otherwise dependent
+# modules could end up being imported to src/ *and* gnu/!
+src_modules='getopt version-etc-fsf version-etc'
 
 dirname="s,/[^/]*$,,"
 basename="s,^.*/,,g"
@@ -49,8 +51,9 @@
 AC_DEFUN([gl_AC_TYPE_UINTMAX_T], [jm_AC_TYPE_UINTMAX_T])
 EOF
 
-func_echo "fetching version_etc and getopt modules for src directory"
+func_echo "fetching modules for src directory"
 gnulibdir=`which gnulib-tool | $SED "$dirname"`
+
 for file in `${GNULIB_TOOL} --extract-filelist $src_modules`; do
 
     dest=`echo $file | $SED "$basename"`




reply via email to

[Prev in Thread] Current Thread [Next in Thread]