changeset 7300:a0048a859188

* getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of that internally.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 13 Sep 2006 20:14:57 +0000
parents d9040941c9dd
children 2e93db97d2d7
files m4/ChangeLog m4/getdate.m4
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -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.
--- a/m4/getdate.m4
+++ b/m4/getdate.m4
@@ -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_GETDATE],
 [
-  AC_LIBOBJ([getdate])
-
   dnl Prerequisites of lib/getdate.h.
   AC_REQUIRE([AM_STDBOOL_H])
   AC_REQUIRE([gl_TIMESPEC])