ossp-pkg/rc/configure.in 1.8 -> 1.9
--- configure.in 2002/02/04 22:35:20 1.8
+++ configure.in 2002/02/05 17:29:17 1.9
@@ -34,7 +34,7 @@
dnl Announce the product and version
AC_DIVERT_PUSH(NOTICE)
-V=`./shtool version -lc -dlong version.c`
+V=`./shtool version -lc -dlong rc_version.c`
./shtool echo -e "Configuring %BOSSP rc%b, Version %B${V}%b"
echo "Copyright (c) 2001-2002 The OSSP Project <http://www.ossp.org/>"
echo "Copyright (c) 2001-2002 Cable & Wireless Deutschland <http://www.cw.com/de/>"
@@ -52,6 +52,9 @@
AC_HEADER_STDC
AC_PROG_INSTALL
+sinclude(libtool.m4)
+AC_PROG_LIBTOOL
+
dnl Check other requirements
AC_SET_MAKE
AC_PROG_CC
|
|