jhbuild r1989 - in trunk: . doc/C



Author: malureau
Date: Tue Apr  1 18:37:14 2008
New Revision: 1989
URL: http://svn.gnome.org/viewvc/jhbuild?rev=1989&view=rev

Log:
2008-04-01  Marc-Andre Lureau  <marcandre lureau gmail com>

	* doc/C/jhbuild.xml: Describe the use of "autoreconf" in autotools
	"autogen-sh" attribute.

2008-03-31  Christian Kirbach  <Christian Kirbach googlemail com>


Modified:
   trunk/ChangeLog
   trunk/doc/C/jhbuild.xml

Modified: trunk/doc/C/jhbuild.xml
==============================================================================
--- trunk/doc/C/jhbuild.xml	(original)
+++ trunk/doc/C/jhbuild.xml	Tue Apr  1 18:37:14 2008
@@ -1902,6 +1902,12 @@
 	
 	<para>The <sgmltag class="attribute">autogen-sh</sgmltag>
 	attribute specifies the name of the autogen.sh script to run.
+	The value <literal>autoreconf</literal> can be used if your
+	module has no <command>autogen.sh</command> script
+	equivalent. In that case, JHBuild will run <command>autoreconf
+	-i</command>, followed by the proper
+	<command>configure</command>.
+
 	<sgmltag class="attribute">skip-autogen</sgmltag> chooses whether
 	or not to run autogen.sh.
 	<sgmltag class="attribute">makefile</sgmltag> specifies the



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