]> granicus.if.org Git - fcron/commitdiff
bug fix : run autoconf and configure before updatedoc to ensure the version is update...
authorthib <thib>
Tue, 15 May 2001 00:46:22 +0000 (00:46 +0000)
committerthib <thib>
Tue, 15 May 2001 00:46:22 +0000 (00:46 +0000)
Makefile.in

index 70b64c0325aa31000ffc9d57ebe1080f661c91a2..0d0cdcc813d4fce04922b8933a9c2956021748fe 100644 (file)
@@ -4,7 +4,7 @@
 
 # @configure_input@
 
-# $Id: Makefile.in,v 1.64 2001-05-05 19:08:20 thib Exp $
+# $Id: Makefile.in,v 1.65 2001-05-15 00:46:22 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
@@ -157,9 +157,14 @@ updatedoc: doc/*
        script/gen-doc $(VERSION)
 
 configure: configure.in
+# update configure script, then Makefile and config.h, and finally 
+# run make tar using the new Makefile (needed because the version
+# is set in the configure.in file)
        autoconf
+       ./configure
+       make tar ; exit 0
 
-tar: updatedoc configure vclean
+tar: configure updatedoc vclean
 
        echo $(VERSION) > ./VERSION