gtk-doc r590 - trunk



Author: stefkost
Date: Sun Jun 22 16:28:34 2008
New Revision: 590
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=590&view=rev

Log:
	* autogen.sh:
	  To support timj aclocal setup we are shipping gnome-doc-utils.m4
	  and making sure automake picks it up ;)



Modified:
   trunk/ChangeLog
   trunk/autogen.sh

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Sun Jun 22 16:28:34 2008
@@ -72,8 +72,10 @@
 echo "* Running gnome-doc-prepare"
 gnome-doc-prepare --force --automake
 
+# to support timj aclocal setup we are shipping gnome-doc-utils.m4
+# and making sure automake picks it up ;)
 echo "* Running $ACLOCAL"
-$ACLOCAL $ACLOCAL_FLAGS || exit $?
+$ACLOCAL $ACLOCAL_FLAGS -I m4 || exit $?
 
 echo "* Running autoconf"
 autoconf || exit $?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]