]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Tue, 15 May 2001 01:22:28 +0000 (01:22 +0000)
committerthib <thib>
Tue, 15 May 2001 01:22:28 +0000 (01:22 +0000)
Makefile.in
configure.in

index 694a9d906215423bec2594c38fbe70c3ff8f2c92..5fbb5b7c77c6909a2c3e822a39aae35f3bf37523 100644 (file)
@@ -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
 
index 2c359a53de156d1883e56e9364b763d461b17090..61e60771993d98ffc23dfd613ceed8d6a7ea244d 100644 (file)
@@ -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)