From: Eric Blake Date: Mon, 19 May 2008 14:18:33 +0000 (-0600) Subject: Fix regression from two days ago. X-Git-Tag: v2.2.6~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4aec62a7e0eae9bfd94ca2620e0771a85a77476;p=thirdparty%2Flibtool.git Fix regression from two days ago. * libltdl/m4/ltdl.m4 (_LT_LIBOBJ): Don't refer to deleted macro. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 853adbb0f..e60db3d97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-19 Eric Blake + + Fix regression from two days ago. + * libltdl/m4/ltdl.m4 (_LT_LIBOBJ): Don't refer to deleted macro. + 2008-05-17 Eric Blake Speed up bootstrap by improving lt_combine. diff --git a/libltdl/m4/ltdl.m4 b/libltdl/m4/ltdl.m4 index cdb94e669..390896392 100644 --- a/libltdl/m4/ltdl.m4 +++ b/libltdl/m4/ltdl.m4 @@ -212,7 +212,6 @@ m4_define([$0], []) # of into LIBOBJS. AC_DEFUN([_LT_LIBOBJ], [ m4_pattern_allow([^_LT_LIBOBJS$]) - AS_LITERAL_IF([$1], [_LT_LIBSOURCES([$1.c])])dnl _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext" ])# _LT_LIBOBJS