* 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 61c4e6f..0516da9 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 bfbc433..febcfac 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])