SF.net SVN: geany-plugins:[946] trunk/geany-plugins/configure.ac

hyperair at users.sourceforge.net hyperair at xxxxx
Mon Sep 21 05:57:38 UTC 2009


Revision: 946
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=946&view=rev
Author:   hyperair
Date:     2009-09-21 05:57:38 +0000 (Mon, 21 Sep 2009)

Log Message:
-----------
Don't use subdir-objects

We're not using non-recursive automake, and won't meet with any problems
regarding object name clashes anyway. It causes problems with geanyvc's
unittests during distclean

Modified Paths:
--------------
    trunk/geany-plugins/configure.ac

Modified: trunk/geany-plugins/configure.ac
===================================================================
--- trunk/geany-plugins/configure.ac	2009-09-20 19:21:07 UTC (rev 945)
+++ trunk/geany-plugins/configure.ac	2009-09-21 05:57:38 UTC (rev 946)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.61])
 AC_INIT([geany-plugins], [0.17.1])
-AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar subdir-objects])
+AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar])
 
 AC_CONFIG_SRCDIR([po/LINGUAS])
 AC_CONFIG_HEADERS([config.h])


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