2007-07-03 Mike Kestner <mkestner@novell.com>

* bootstrap-generic : use automake --foreign to make automake-1.10
	happy with gnu make function usage.

svn path=/trunk/gtk-sharp/; revision=81314
This commit is contained in:
Mike Kestner 2007-07-04 03:40:26 +00:00
parent 6e25e8d543
commit 2e3d324e3f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-07-03 Mike Kestner <mkestner@novell.com>
* bootstrap-generic : use automake --foreign to make automake-1.10
happy with gnu make function usage.
2007-06-25 Mike Kestner <mkestner@novell.com>
* gtk/StatusIcon.custom : present_icon is in the glue lib.

View File

@ -117,8 +117,8 @@ if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
autoheader || { echo "**Error**: autoheader failed."; exit 1; }
fi
echo "Running automake --gnu $am_opt ..."
automake --add-missing --gnu $am_opt ||
echo "Running automake --foreign $am_opt ..."
automake --add-missing --foreign $am_opt ||
{ echo "**Error**: automake failed."; exit 1; }
echo "Running autoconf ..."
autoconf || { echo "**Error**: autoconf failed."; exit 1; }