From 1f2e762f286aeae4157f6c5eae906eff82b74905 Mon Sep 17 00:00:00 2001 Message-Id: <1f2e762f286aeae4157f6c5eae906eff82b74905.1714984412.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 1 Mar 2009 12:59:02 +0000 Subject: [PATCH 1/1] Quieten autotools warning Organization: Straylight/Edgeware From: Richard Kettlewell --- .bzrignore | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/.bzrignore b/.bzrignore index 022ddca..e5fb493 100644 --- a/.bzrignore +++ b/.bzrignore @@ -200,3 +200,4 @@ doc/disorder_preferences.5.html plugins/index.html doc/disorder-choose.8 doc/disorder-choose.8.html +config.aux/compile diff --git a/configure.ac b/configure.ac index 765123a..62b0584 100644 --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,7 @@ want_coreaudio=yes # Checks for programs. AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_AWK AC_SET_MAKE if test "x$GCC" = xyes; then -- [mdw]