* getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Sep 2006 20:14:57 +0000 (20:14 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Sep 2006 20:14:57 +0000 (20:14 +0000)
that internally.

m4/ChangeLog
m4/getdate.m4

index 61c4e6f923b9059ee0e8d32f4a42d2a969521b1d..0516da99835fecf32045ca52d076ac9438b2b987 100644 (file)
@@ -1,3 +1,9 @@
+2006-09-13  Simon Josefsson  <jas@extundo.com>
+
+       * getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
+       that internally, suggested by Ralf Wildenhues
+       <Ralf.Wildenhues@gmx.de>.
+
 2006-09-10  Bruno Haible  <bruno@clisp.org>
 
        * mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require gl_AC_TYPE_UINTMAX_T.
index bfbc4336b8d4b47fc9ad77af76b19005dff9f487..febcfac4ca9fbc6176db11be86abfd310e677ff2 100644 (file)
@@ -1,4 +1,4 @@
-# getdate.m4 serial 10
+# getdate.m4 serial 11
 dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -19,8 +19,6 @@ AC_DEFUN([gl_C_COMPOUND_LITERALS],
 
 AC_DEFUN([gl_GETDATE],
 [
-  AC_LIBOBJ([getdate])
-
   dnl Prerequisites of lib/getdate.h.
   AC_REQUIRE([AM_STDBOOL_H])
   AC_REQUIRE([gl_TIMESPEC])