From: Richard Kettlewell Date: Sun, 1 Mar 2009 12:59:02 +0000 (+0000) Subject: Quieten autotools warning X-Git-Tag: 5.0~168^2~15 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/1f2e762f286aeae4157f6c5eae906eff82b74905?hp=aba9abfa9df82c1c9246f3416a30c4a1be7f8a43 Quieten autotools warning --- 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