From 670a5a524da23ed1fd5e42a6f9131d808e131688 Mon Sep 17 00:00:00 2001 From: thib Date: Tue, 15 May 2001 01:22:28 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.in | 13 +++++++------ configure.in | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile.in b/Makefile.in index 694a9d9..5fbb5b7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.67 2001-05-15 01:19:49 thib Exp $ +# $Id: Makefile.in,v 1.68 2001-05-15 01:22:28 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -162,11 +162,12 @@ configure: configure.in # is set in the configure.in file) autoconf ./configure - $(MAKE) tar && echo "---------------------------------------------" \ - echo "Success !" && \ - echo "(Please ignore the following make error)" \ - echo "---------------------------------------------" \ - exit 999 + @($(MAKE) tar && \ + echo "---------------------------------------------" && \ + echo "Success !" && \ + echo "(Please ignore the following make error)" && \ + echo "---------------------------------------------" && \ + exit 999) tar: configure updatedoc vclean diff --git a/configure.in b/configure.in index 2c359a5..61e6077 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ AC_PREFIX_DEFAULT($prefix) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.7) -vers="1.1.1" +vers="1.1.2" vers_quoted="\"$vers\"" AC_DEFINE_UNQUOTED(VERSION, $vers) AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted) -- 2.40.0