Hi all,

I've added a check to configure to fix an automake 1.10 warning.

cheers,
dalibor topic

2007-04-16  Dalibor Topic  <[EMAIL PROTECTED]>

        * configure.ac (AM_PROG_CC_C_O): Added to fix automake 1.10
        warning.

Index: configure.ac
===================================================================
RCS file: /sources/classpath/classpath/configure.ac,v
retrieving revision 1.206
diff -u -r1.206 configure.ac
--- configure.ac	15 Apr 2007 17:11:04 -0000	1.206
+++ configure.ac	15 Apr 2007 17:42:58 -0000
@@ -313,6 +313,7 @@
 AC_PROG_LIBTOOL
 dnl AC_PROG_AWK
 AC_PROG_CC
+AM_PROG_CC_C_O
 AC_PROG_CPP
 
 # Handle -Werror default case.

Reply via email to