Revision: 55 http://trac.macosforge.org/projects/libdispatch/changeset/55 Author: robert@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@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,