ossp-pkg/petidomo/configure.in 1.10 -> 1.11
--- configure.in 2001/02/18 00:05:39 1.10
+++ configure.in 2004/02/02 20:19:25 1.11
@@ -1,17 +1,17 @@
dnl
dnl configure.in -- Process this file with autoconf to produce a configure script.
dnl
-dnl $Header: /v/ossp/cvs/ossp-pkg/petidomo/configure.in,v 1.10 2001/02/18 00:05:39 simons Exp $
+dnl $Header: /v/ossp/cvs/ossp-pkg/petidomo/configure.in,v 1.11 2004/02/02 20:19:25 thl Exp $
dnl
AC_INIT(petidomo.h)
dnl Print the standard OSSP.
dnl
-AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)
-V=`./etc/shtool version -lc -dlong version.c`
-./etc/shtool echo -e "Configuring %BOSSP Petidomo%b, Version %B${V}%b"
-AC_DIVERT_POP()
+dnl AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)
+V=`./shtool version -lc -dlong version.c`
+./shtool echo -e "Configuring %BOSSP Petidomo%b, Version %B${V}%b"
+dnl AC_DIVERT_POP()
dnl Get rid of the lousy -g and -O defaults in CFLAGS.
dnl
|
|