From: Paul Eggert Date: Wed, 13 Sep 2006 20:14:57 +0000 (+0000) Subject: * getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of X-Git-Tag: cvs-readonly~1893 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=842cb4686c65185e128d92cd84afa1fc77d8ec81;p=gnulib.git * getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of that internally. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 61c4e6f92..0516da998 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2006-09-13 Simon Josefsson + + * getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of + that internally, suggested by Ralf Wildenhues + . + 2006-09-10 Bruno Haible * mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require gl_AC_TYPE_UINTMAX_T. diff --git a/m4/getdate.m4 b/m4/getdate.m4 index bfbc4336b..febcfac4c 100644 --- 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_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])