From 876405426e971f914da0645ea9f3810ad62ef667 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 12 Apr 2007 13:01:59 +0000 Subject: 2007-04-12 Simon Josefsson * gnulib-tool: Rename generated 'autobuild' script to 'do-autobuild' in --create-megatestdir output. * doc/gnulib.texi (Build robot for gnulib): Fix. --- gnulib-tool | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnulib-tool') diff --git a/gnulib-tool b/gnulib-tool index 51cd7cec51..8c12e06435 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2007-04-12 11:56:38 $' +cvsdatestamp='$Date: 2007-04-12 13:02:00 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` nl=' @@ -2911,8 +2911,8 @@ func_create_megatestdir () echo " echo rc=\$?" echo " ) 2>&1 | { if test -n \"\$AUTOBUILD_SUBST\"; then sed -e \"\$AUTOBUILD_SUBST\"; else cat; fi; } > logs/\$safemodule" echo "done" - ) > "$megatestdir/autobuild" - chmod a+x "$megatestdir/autobuild" + ) > "$megatestdir/do-autobuild" + chmod a+x "$megatestdir/do-autobuild" # Create Makefile.am. (echo "## Process this file with automake to produce Makefile.in." @@ -2921,7 +2921,7 @@ func_create_megatestdir () echo echo "SUBDIRS = $megasubdirs" echo - echo "EXTRA_DIST = autobuild" + echo "EXTRA_DIST = do-autobuild" ) > "$megatestdir/Makefile.am" # Create configure.ac. -- cgit v1.2.1