summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-12-15 15:15:49 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-12-15 15:15:49 +0000
commit85a39cc5ec9709f81609661e84c0374a27536407 (patch)
treecd14e606055a16b749048f2d97814ab4047b488f /configure.ac
parenta4d3de2482b8ff4c2e83deabb1bb2a7dfa36d5f3 (diff)
downloadmailutils-85a39cc5ec9709f81609661e84c0374a27536407.tar.gz
mailutils-85a39cc5ec9709f81609661e84c0374a27536407.tar.bz2
Require at least version 2.60 of autoconf
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 4 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 5ac4f4357..734ba615d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
gl_USE_SYSTEM_EXTENSIONS
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
dnl Library versioning
AC_SUBST(VI_CURRENT, 1)
@@ -1074,17 +1074,10 @@ dnl get sysconfdir expanded.
CPPFLAGS="$CPPFLAGS -DSYSCONFDIR=\\\"\$(sysconfdir)\\\""
-# This is necessary so that .o files in LIBOBJS are also built via
-# the ANSI2KNR-filtering rules.
-LIB@&t@OBJS=`echo "$LIB@&t@OBJS" |
- sed 's,\.[[^.]]* ,$U&,g;s,\.[[^.]]*$,$U&,'`
-LTLIBOBJS=`echo "$LIB@&t@OBJS" |
- sed 's,\.[[^.]]* ,.lo ,g;s,\.[[^.]]*$,.lo,'`
-AC_SUBST(LTLIBOBJS)
-
S=`echo "$MU_LIBOBJS" |
- tr ' ' '\n' | sort | uniq | tr '\n' ' ' |
- sed 's,\.[[^.]]* ,$U&,g;s,\.[[^.]]*$,$U&,'`
+ tr ' ' '\n' | sort | uniq |
+ sed 's,\.[[^.]]* ,$U&,g;s,\.[[^.]]*$,$U&,' |
+ tr '\n' ' '`
MU_LTLIBOBJS=`echo "$S" |
sed 's,\.[[^.]]* ,.lo ,g;s,\.[[^.]]*$,.lo,'`
AC_SUBST(MU_LTLIBOBJS)

Return to:

Send suggestions and report system problems to the System administrator.