From: Thibault Godouet Date: Tue, 15 May 2001 01:22:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~342 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=949eb603f34ada5e8953f27651e42b61d079a06c;p=thirdparty%2Ffcron.git *** empty log message *** --- 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)