mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
Fix regression from two days ago.
* libltdl/m4/ltdl.m4 (_LT_LIBOBJ): Don't refer to deleted macro. Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
parent
c44c8b3350
commit
d4aec62a7e
@ -1,3 +1,8 @@
|
|||||||
|
2008-05-19 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
|
Fix regression from two days ago.
|
||||||
|
* libltdl/m4/ltdl.m4 (_LT_LIBOBJ): Don't refer to deleted macro.
|
||||||
|
|
||||||
2008-05-17 Eric Blake <ebb9@byu.net>
|
2008-05-17 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
Speed up bootstrap by improving lt_combine.
|
Speed up bootstrap by improving lt_combine.
|
||||||
|
@ -212,7 +212,6 @@ m4_define([$0], [])
|
|||||||
# of into LIBOBJS.
|
# of into LIBOBJS.
|
||||||
AC_DEFUN([_LT_LIBOBJ], [
|
AC_DEFUN([_LT_LIBOBJ], [
|
||||||
m4_pattern_allow([^_LT_LIBOBJS$])
|
m4_pattern_allow([^_LT_LIBOBJS$])
|
||||||
AS_LITERAL_IF([$1], [_LT_LIBSOURCES([$1.c])])dnl
|
|
||||||
_LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
|
_LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
|
||||||
])# _LT_LIBOBJS
|
])# _LT_LIBOBJS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user