SF.net SVN: geany-plugins: [70] trunk/geanylatex
eht16 at users.sourceforge.net
eht16 at xxxxx
Tue Jun 17 16:46:01 UTC 2008
Revision: 70
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=70&view=rev
Author: eht16
Date: 2008-06-17 09:45:45 -0700 (Tue, 17 Jun 2008)
Log Message:
-----------
Fix build using autogen.sh (Makefile.in was not created).
Modified Paths:
--------------
trunk/geanylatex/ChangeLog
trunk/geanylatex/configure.in
Modified: trunk/geanylatex/ChangeLog
===================================================================
--- trunk/geanylatex/ChangeLog 2008-06-17 16:24:31 UTC (rev 69)
+++ trunk/geanylatex/ChangeLog 2008-06-17 16:45:45 UTC (rev 70)
@@ -1,3 +1,9 @@
+2008-06-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * configure.in:
+ Fix build using autogen.sh (Makefile.in was not created).
+
+
2008-06-17 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
- * Moved plugin to geany-plugin svn.
+ * Moved plugin to geany-plugin svn.
Modified: trunk/geanylatex/configure.in
===================================================================
--- trunk/geanylatex/configure.in 2008-06-17 16:24:31 UTC (rev 69)
+++ trunk/geanylatex/configure.in 2008-06-17 16:45:45 UTC (rev 70)
@@ -7,7 +7,7 @@
AM_INIT_AUTOMAKE([1.9 foreign])
AC_PROG_CC
-AC_PROG_LIBTOOL
+AM_PROG_LIBTOOL
PKG_CHECK_MODULES(GEANY, [geany >= 0.15])
AC_SUBST(GEANY_CFLAGS)
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