From 0935b0afb55dc7000da76639b9cb07c6b714d755 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Tue, 15 May 2001 00:46:22 +0000 Subject: [PATCH] bug fix : run autoconf and configure before updatedoc to ensure the version is updated correctly --- Makefile.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 70b64c0..0d0cdcc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- 2.47.3