summaryrefslogtreecommitdiff
path: root/m4/utmp.m4
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 /m4/utmp.m4
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 'm4/utmp.m4')
-rw-r--r--m4/utmp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/utmp.m4 b/m4/utmp.m4
index 12c500240..fe8e52915 100644
--- a/m4/utmp.m4
+++ b/m4/utmp.m4
@@ -10,5 +10,5 @@ AC_DEFUN([MU_CHECK_UTMP],
AC_DEFINE(HAVE_GETUTENT_CALLS,,
[Define if your system has the three ???utent functions]),
[if test "$ac_cv_header_utmp_h" = "yes"; then
- LIBOBJS="$LIBOBJS utmp.o"
+ AC_LIBOBJ(utmp)
fi])])

Return to:

Send suggestions and report system problems to the System administrator.