m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/bootstrap


From: Eric Blake
Subject: Changes to m4/bootstrap
Date: Fri, 05 May 2006 13:30:16 +0000

Index: m4/bootstrap
diff -u m4/bootstrap:1.30 m4/bootstrap:1.31
--- m4/bootstrap:1.30   Mon Dec  5 15:08:39 2005
+++ m4/bootstrap        Fri May  5 13:30:15 2006
@@ -89,7 +89,7 @@
 ## ---------------------------- ##
 
 case $GNULIB_TOOL in
-    /*  )  gnulibdir=$GNULIB_TOOL ;;           # absolute
+    /*  )  gnulibdir=$GNULIB_TOOL ;;           # absolute
     */* )  gnulibdir=`pwd`/$GNULIB_TOOL ;;     # relative
     *   )  gnulibdir=`which "$GNULIB_TOOL"` ;; # PATH search
 esac
@@ -117,8 +117,8 @@
 ## Import Gnulib modules. ##
 ## ---------------------- ##
 
-func_echo "running: ${GNULIB_TOOL} --import"
-${GNULIB_TOOL} --import
+func_echo "running: ${GNULIB_TOOL} --update"
+${GNULIB_TOOL} --update
 
 func_echo "patching include directories in gnulib regex module"
 mv $config_macro_dir/regex.m4 $config_macro_dir/regex-m4.old




reply via email to

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