ossp-pkg/rc/configure.in 1.9 -> 1.10
--- configure.in 2002/02/05 17:29:17 1.9
+++ configure.in 2002/02/05 19:11:45 1.10
@@ -52,9 +52,6 @@
AC_HEADER_STDC
AC_PROG_INSTALL
-sinclude(libtool.m4)
-AC_PROG_LIBTOOL
-
dnl Check other requirements
AC_SET_MAKE
AC_PROG_CC
@@ -118,6 +115,10 @@
dnl Extra library handling
LIBS="$LIBS $LIBS_EXTRA"
+enable_shared=no
+export enable_shared
+enable_headline=no
+export enable_headline
dnl Call other configure scripts
AC_CONFIG_SUBDIRS([$SUBDIR_EX $SUBDIR_STR $SUBDIR_VAR $SUBDIR_POPT])
|
|