Nothing
authorTom Tromey <tromey@redhat.com>
Thu, 23 May 1996 17:03:28 +0000 (17:03 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 23 May 1996 17:03:28 +0000 (17:03 +0000)
Makefile.in
tests/Makefile.in

index 61027dc..9dc966c 100644 (file)
@@ -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 "========================"; \
index 3a7ecc2..82f1e57 100644 (file)
@@ -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