* Makefile.am ($(srcdir)/libltdl/Makefile.am): Fix regexp typo.

* clcommit.m4sh: Look in the right directory for helper scripts.
This commit is contained in:
Gary V. Vaughan 2007-02-26 11:02:43 +00:00
parent 6ec04430fb
commit 287652e9ae
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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 ='; \