summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@gnu.org>2002-08-05 16:41:43 +0000
committerJeff Bailey <jbailey@gnu.org>2002-08-05 16:41:43 +0000
commit9e41ddf4260abe81b0d897e0da883bafecb57a9c (patch)
treec9eb7fb1e8d6e64e302280d86db1d32daa034b85 /lib
parent5983f6f81e150e5529d96034e27d8e1a0c531460 (diff)
downloadmailutils-9e41ddf4260abe81b0d897e0da883bafecb57a9c.tar.gz
mailutils-9e41ddf4260abe81b0d897e0da883bafecb57a9c.tar.bz2
2002-08-05 Jeff Bailey <jbailey@outpost.dnsalias.org>
* lib/Makefile.am: Remove libtool hacks, automake now handles LIBOBJS correctly. * .cvsignore: Add autom4te.cache * configure.in: Rename to ... * configure.ac: ... this, and update to autoconf 2.5 * Makefile.am: Now requires Automake 1.6 * m4/malloc.m4: Update from gnulib * m4/realloc.m4: Update from gnulib * m4/regex.m4: Update from gnulib * m4/utmp.m4: Change LIBOBJS to use AC_LIBOBJ
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7f3677c50..ff90481b5 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -19,5 +19,5 @@ noinst_HEADERS = argcv.h error.h fnmatch.h getline.h getopt.h md5.h mu_dbm.h\
regex.h snprintf.h xalloc.h xstrtol.h obstack.h \
argp-fmtstream.h argp-namefrob.h argp.h mu_asprintf.h
-libmailutils_la_LIBADD = @LTLIBOBJS@ @LTALLOCA@
+libmailutils_la_LIBADD = @LIBOBJS@ @ALLOCA@

Return to:

Send suggestions and report system problems to the System administrator.