Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3315
Modified Files:
configure.in
Log Message:
Automake 1.10 says: "compiling `test_disk.c' with per-target flags
requires `AM_PROG_CC_C_O' in `configure.in'".
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- configure.in 25 Jan 2007 00:58:13 -0000 1.203
+++ configure.in 29 Jan 2007 12:13:08 -0000 1.204
@@ -29,6 +29,8 @@
AC_PROG_GCC_TRADITIONAL
AC_PROG_LIBTOOL
+AM_PROG_CC_C_O
+
AC_FUNC_ERROR_AT_LINE
ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|