ossp-pkg/lmtp2nntp/configure.ac 1.10 -> 1.11
--- configure.ac 2001/09/11 10:24:54 1.10
+++ configure.ac 2001/09/13 13:57:37 1.11
@@ -33,6 +33,8 @@
AC_DIVERT_PUSH(NOTICE)
V=`./shtool version -lc -dlong version.c`
./shtool echo -e "Configuring %BOSSP lmtp2nntp%b, Version %B${V}%b"
+echo "Copyright (c) 2001 The OSSP Project <http://www.ossp.org/>"
+echo "Copyright (c) 2001 Cable & Wireless Deutschland <http://www.cw.com/de/>"
AC_DIVERT_POP()
dnl # perform feature tests
@@ -73,7 +75,8 @@
LIBS="$LIBS $LIBS_EXTRA"
enable_shared=no
-export enable_shared
+export enable_shared=yes
+export enable_headline=no
AC_CONFIG_SUBDIRS([$SUBDIR_STR $SUBDIR_L2])
dnl # standard output generation
|
|