+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.
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=
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