summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-10 15:47:13 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-10 15:47:13 -0700
commitd79bd0857961669aff4c155f4c3205af4c89b18e (patch)
tree9165019e19357fd5e8b372897ae019feb6379bff
parent0fa2f5aa4b0e62ceb4685123182bf018c27e293a (diff)
Add AM_PROG_CC_C_O to configure.ac to make automake-1.10 happier
Makefile.am:53: compiling `atobm.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b55b4c8..197b34b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,7 @@ AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
+AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_CHECK_FUNC([mkstemp],