]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
'automake' now comes after 'aclocal'.
authorBruno Haible <bruno@clisp.org>
Fri, 2 May 2003 09:34:39 +0000 (09:34 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:25 +0000 (12:10 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/gettextize.in

index 67c82a283bf9f76a6252e386d869d48ae160feee..83efd144684519b8885ea97a8fae5b29394fcec3 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-29  Bruno Haible  <bruno@clisp.org>
+
+       * gettextize.in: Recommend running automake only after aclocal,
+       because automake 1.7 assumes that aclocal.m4 has already been built.
+
 2003-04-12  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.vms: Avoid rules with no lines. Don't use the force target.
index 8d3d5d2db2c068116d7f8327137816a890a281fc..92f073b6225d8a0d615487672368652fe939407d 100644 (file)
@@ -734,18 +734,6 @@ if test -f "$srcdir/Makefile.am"; then
     fi
   fi
   $do_changelog && func_m4ChangeLog_finish
-  # Also create $m4dir/Makefile.in from $m4dir/Makefile.am, because automake
-  # doesn't do it by itself.
-  if $doit; then
-    case "$added_acoutput" in
-      *" $m4dir/Makefile")
-        (cd "$srcdir" && automake "$m4dir/Makefile") 2>/dev/null ||
-        please="$please
-Please run 'automake $m4dir/Makefile' to create $m4dir/Makefile.in
-"
-        ;;
-    esac
-  fi
 
   # Update the top-level Makefile.am.
   modified_Makefile_am=
@@ -843,6 +831,19 @@ Please run 'aclocal -I $m4dir' to regenerate the aclocal.m4 file.
 You need aclocal from GNU automake 1.5 (or newer) to do this.
 Then run 'autoconf' to regenerate the configure file.
 "
+
+  # Also create $m4dir/Makefile.in from $m4dir/Makefile.am, because automake
+  # doesn't do it by itself.
+  if $doit; then
+    case "$added_acoutput" in
+      *" $m4dir/Makefile")
+        (cd "$srcdir" && automake "$m4dir/Makefile") 2>/dev/null ||
+        please="$please
+Please run 'automake $m4dir/Makefile' to create $m4dir/Makefile.in
+"
+        ;;
+    esac
+  fi
 else
   please="$please
 Please add the files