mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* Makefile.am ($(srcdir)/libltdl/Makefile.am): Fix regexp typo.
* clcommit.m4sh: Look in the right directory for helper scripts.
This commit is contained in:
parent
6ec04430fb
commit
287652e9ae
@ -1,7 +1,8 @@
|
||||
2007-02-26 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* clcommit.m4sh: Look in the right directory for helper scripts.
|
||||
* Makefile.am ($(srcdir)/libltdl/Makefile.am): Fix regexp typo.
|
||||
|
||||
* clcommit.m4sh: Look in the right directory for helper scripts.
|
||||
|
||||
2007-02-25 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
|
@ -201,7 +201,7 @@ $(srcdir)/libltdl/Makefile.am: $(srcdir)/libltdl/Makefile.inc
|
||||
cd $(srcdir); \
|
||||
in=libltdl/Makefile.inc; out=libltdl/Makefile.am; \
|
||||
rm -f $$out; \
|
||||
$(SED) -n '/^.. Makefile.am -- /,/^.. MA 02110-1301, USA,/p' $$in > $$out; \
|
||||
$(SED) -n '/^.. Makefile.am -- /,/^.. MA 02110-1301, USA./p' $$in > $$out; \
|
||||
{ echo 'ACLOCAL_AMFLAGS = -I m4'; \
|
||||
echo 'AUTOMAKE_OPTIONS = foreign'; \
|
||||
echo 'AM_CPPFLAGS ='; \
|
||||
|
Loading…
Reference in New Issue
Block a user