[Nagiosplug-checkins] CVS: nagiosplug acinclude.m4,1.1,1.2
Karl DeBisschop
kdebisschop at users.sourceforge.net
Wed Oct 16 14:44:02 CEST 2002
Update of /cvsroot/nagiosplug/nagiosplug
In directory usw-pr-cvs1:/tmp/cvs-serv7663
Modified Files:
acinclude.m4
Log Message:
lost a paren
Index: acinclude.m4
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/acinclude.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** acinclude.m4 16 Oct 2002 21:41:15 -0000 1.1
--- acinclude.m4 16 Oct 2002 21:43:26 -0000 1.2
***************
*** 1 ****
! ifdef(AC_FUNC_STRTOD,,`define([AC_FUNC_STRTOD],[AM_FUNC_STRTOD]')
\ No newline at end of file
--- 1 ----
! ifdef(AC_FUNC_STRTOD,,`define([AC_FUNC_STRTOD],[AM_FUNC_STRTOD]'))
\ No newline at end of file
More information about the Commits
mailing list