From 9ac1972f10832be08f1e4bd882d5e63726eeffed Mon Sep 17 00:00:00 2001 From: thib Date: Tue, 15 May 2001 01:17:38 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.in | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 0d0cdcc..b252c09 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.65 2001-05-15 00:46:22 thib Exp $ +# $Id: Makefile.in,v 1.66 2001-05-15 01:17:38 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,7 +162,7 @@ configure: configure.in # is set in the configure.in file) autoconf ./configure - make tar ; exit 0 + $(MAKE) tar && echo "Success !" && exit 999 tar: configure updatedoc vclean diff --git a/configure.in b/configure.in index 61e6077..2c359a5 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.2" +vers="1.1.1" vers_quoted="\"$vers\"" AC_DEFINE_UNQUOTED(VERSION, $vers) AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted) -- 2.40.0