From 5b9ad7a7c0e05559967141019f62b35d36ceb30f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 23 May 1996 17:03:24 +0000 Subject: [PATCH] Nothing --- Makefile.in | 12 ++++++++---- tests/Makefile.in | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index 61027dc5..9dc966cc 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 3a7ecc26..82f1e57a 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 -- 2.43.5