Update of /cvsroot/dhcp-agent/dhcp-agent
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25923
Modified Files:
configure.ac
Log Message:
fixed line about generating our own pri macros
Index: configure.ac
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/configure.ac,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** configure.ac 2 Jun 2004 01:53:26 -0000 1.21
--- configure.ac 6 Jun 2004 02:35:59 -0000 1.22
***************
*** 109,113 ****
if test "x$have_primacros" = "xno"; then
! echo "Generating our own stdint macros."
dnl this ought to work -- i think :-)
--- 109,113 ----
if test "x$have_primacros" = "xno"; then
! echo -n "Generating our own stdint macros ..."
dnl this ought to work -- i think :-)
|