Check-in Number:
|
2500 | |
Date: |
2002-Aug-07 18:04:52 (local)
2002-Aug-07 16:04:52 (UTC) |
User: | rse |
Branch: | |
Comment: |
another bugfix for the subdir handling |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/configure.ac 1.28 -> 1.29
--- configure.ac 2002/08/07 16:01:20 1.28
+++ configure.ac 2002/08/07 16:04:52 1.29
@@ -158,7 +158,7 @@
export enable_shared
enable_headline=no
export enable_headline
-AC_CONFIG_SUBDIRS([$SUBDIR_EX $SUBDIR_STR $SUBDIR_L2 $SUBDIR_SA $SUBDIR_VAR $SUBDIR_VAL $SUBDIR_POPT $SUBDIR_PCRE])
+AC_CONFIG_SUBDIRS([$SUBDIR_EX $SUBDIR_STR $SUBDIR_L2 $SUBDIR_SA $SUBDIR_VAR $SUBDIR_VAL $SUBDIR_POPT $SUBDIR_PCRE $SUBDIR_TAI])
dnl # standard output generation
AC_CONFIG_HEADERS(config.h)
|
|