From: Tom Tromey Date: Thu, 23 May 1996 17:03:28 +0000 (+0000) Subject: Nothing X-Git-Tag: Release-1-0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a4f3fb76794d7fa7d5bcb70f947d080e37fee19;p=thirdparty%2Fautomake.git Nothing --- diff --git a/Makefile.in b/Makefile.in index 61027dc59..9dc966cc0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 0.33 from Makefile.am +# Makefile.in generated automatically by automake 0.34 from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -278,11 +278,15 @@ distdir = $(PACKAGE)-$(VERSION) distcheck: dist rm -rf $(distdir) $(TAR) zxf $(distdir).tar.gz - mkdir $(distdir)/$(distdir) - cd $(distdir)/$(distdir) \ - && ../configure --srcdir=.. \ + mkdir $(distdir)/=build + mkdir $(distdir)/=inst + dc_install_base=`cd $(distdir)/=inst && pwd`; \ + cd $(distdir)/=build \ + && ../configure --srcdir=.. --prefix=$$dc_install_base \ && $(MAKE) \ && $(MAKE) check \ + && $(MAKE) install \ + && $(MAKE) installcheck \ && $(MAKE) dist rm -rf $(distdir) @echo "========================"; \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 3a7ecc26e..82f1e57aa 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 0.33 from Makefile.am +# Makefile.in generated automatically by automake 0.34 from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation