ossp-pkg/rc/configure.in 1.10 -> 1.11
--- configure.in 2002/02/05 19:11:45 1.10
+++ configure.in 2002/02/06 16:56:33 1.11
@@ -36,8 +36,8 @@
AC_DIVERT_PUSH(NOTICE)
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/>"
+echo "Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>"
+echo "Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>"
AC_DIVERT_POP()
dnl Process this file with autoconf
@@ -52,6 +52,10 @@
AC_HEADER_STDC
AC_PROG_INSTALL
+dnl Check for libtool
+dnl sinclude(libtool.m4)
+dnl AC_PROG_LIBTOOL
+
dnl Check other requirements
AC_SET_MAKE
AC_PROG_CC
|
|