From acece2edd6b652ead62e8e3014cd56a954c56e64 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 23 May 1996 16:17:03 +0000 Subject: [PATCH] Run installcheck target from distcheck --- ChangeLog | 9 +++++++++ NEWS | 4 ++++ automake.in | 10 +++++++--- configure | 4 ++-- configure.in | 2 +- version.texi | 4 ++-- 6 files changed, 25 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 350014e3..a3d46900 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,17 @@ Thu May 23 10:01:13 1996 Tom Tromey + * automake.in (handle_dist): Run installcheck target from + distcheck. + + * configure.in (VERSION): Upped to 0.34. + * automake.in (scan_configure): Always allow upgrading to fp_PROG_INSTALL. Test fpinstall.test. +Wed May 22 14:45:28 1996 Joshua Cowan + + (handle_dist): Make `distcheck' check `install' target, too. + Wed May 22 09:49:27 1996 Tom Tromey * automake.in (initialize_per_input): Don't initialize diff --git a/NEWS b/NEWS index 25afd45f..1f67887c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +New in 0.34: +* Bug fixes +* distcheck target runs install and installcheck targets + New in 0.33: * More bug fixes * More checking diff --git a/automake.in b/automake.in index 66ac2b1f..8abc526d 100755 --- a/automake.in +++ b/automake.in @@ -1252,11 +1252,15 @@ sub handle_dist 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/configure b/configure index f60eb256..3bd34656 100755 --- a/configure +++ b/configure @@ -519,7 +519,7 @@ cat >> confdefs.h <> confdefs.h <&6 -set dummy ${MAKE-make}; ac_make=$2 +set dummy ${MAKE-make}; ac_make=`echo "$2" | tr './\055' '___'` if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else diff --git a/configure.in b/configure.in index c534fc7e..3c49ced7 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ dnl AC_CONFIG_HEADER(config.h) PACKAGE=automake AC_SUBST(PACKAGE) AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") -VERSION=0.33 +VERSION=0.34 AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(VERSION, "$VERSION") ALL_LINGUAS= diff --git a/version.texi b/version.texi index 1b1b7795..59e8eed7 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ @set UPDATED 17 May 1996 -@set EDITION 0.33 -@set VERSION 0.33 +@set EDITION 0.34 +@set VERSION 0.34 -- 2.43.5