SF.net SVN: geany-plugins:[728] trunk/geany-plugins/autogen.sh

hyperair at users.sourceforge.net hyperair at xxxxx
Sun Jun 14 15:50:28 UTC 2009


Revision: 728
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=728&view=rev
Author:   hyperair
Date:     2009-06-14 15:50:28 +0000 (Sun, 14 Jun 2009)

Log Message:
-----------
intltoolize before autoreconf

Modified Paths:
--------------
    trunk/geany-plugins/autogen.sh

Modified: trunk/geany-plugins/autogen.sh
===================================================================
--- trunk/geany-plugins/autogen.sh	2009-06-14 15:48:48 UTC (rev 727)
+++ trunk/geany-plugins/autogen.sh	2009-06-14 15:50:28 UTC (rev 728)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 mkdir -p build/m4/cache
+intltoolize -c -f
 autoreconf -vfi
-intltoolize -c -f
 
-./configure "$@"
+#./configure "$@"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list