Hi,

With the latest gnulib-tool update, any invocation of gnulib-tool will
result in symlinked sources files. The patch also fix a --macro-prefix
typo in the 'Reproduce by' summary.

Regards,

-- 
Yoann Vandoorselaere | Responsable R&D / CTO | PreludeIDS Technologies
Tel: +33 (0)8 70 70 21 58                  Fax: +33(0)4 78 42 21 58
http://www.prelude-ids.com
Index: gnulib-tool
===================================================================
RCS file: /cvsroot/gnulib/gnulib/gnulib-tool,v
retrieving revision 1.73
diff -u -p -r1.73 gnulib-tool
--- gnulib-tool	2 Sep 2005 17:28:31 -0000	1.73
+++ gnulib-tool	3 Sep 2005 06:36:01 -0000
@@ -988,7 +988,7 @@ func_import ()
       # frequently that developers don't put autogenerated files into CVS.
       echo "Copying file $g2"
       test -n "$dry_run" && dry=echo
-      if test -z "$symbolic" && cmp "$gnulib_dir/$f2" "$destdir/$g2.tmp"; then
+      if test -n "$symbolic" && cmp "$gnulib_dir/$f2" "$destdir/$g2.tmp"; then
         func_ln_if_changed "$gnulib_dir/$f2" "$destdir/$g2"
       else
         $dry mv -f "$destdir/$g2.tmp" "$destdir/${g2}" || func_fatal_error "failed"
@@ -1013,7 +1013,7 @@ func_import ()
   if test -n "$libtool"; then
     actioncmd="$actioncmd --libtool"
   fi
-  actioncmd="$actioncmd -macro-prefix=$macro_prefix"
+  actioncmd="$actioncmd --macro-prefix=$macro_prefix"
   actioncmd="$actioncmd `echo $specified_modules`"
 
   # Create lib/Makefile.am.
_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to