[libdispatch-changes] [55] trunk/configure.ac

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 27 15:58:47 PDT 2009


Revision: 55
          http://trac.macosforge.org/projects/libdispatch/changeset/55
Author:   robert at fledge.watson.org
Date:     2009-10-27 15:58:46 -0700 (Tue, 27 Oct 2009)
Log Message:
-----------
Use AM_INIT_AUTOMAKE([foreign]) so that automake no longer requires
an explicit --foreign.

Submitted by:	Love Hornquist Astrand <lh at kth.se>

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

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-10-24 16:09:44 UTC (rev 54)
+++ trunk/configure.ac	2009-10-27 22:58:46 UTC (rev 55)
@@ -106,7 +106,7 @@
 AC_PROG_LIBTOOL
 AC_PATH_PROGS(MIG, mig)
 
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([foreign])
 
 #
 # This is a bit subtle: on i386 systems without at least -march=i486 defined,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091027/35159eb7/attachment.html>


More information about the libdispatch-changes mailing list