From c6a5820052b418b6ed98f50fe37b856921ade530 Mon Sep 17 00:00:00 2001 From: darkeye Date: Fri, 14 Sep 2001 16:19:46 +0000 Subject: [PATCH] now VERSION is defined for sure in config.h --- darkice/trunk/update-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darkice/trunk/update-conf b/darkice/trunk/update-conf index c1f1697..3b0242b 100755 --- a/darkice/trunk/update-conf +++ b/darkice/trunk/update-conf @@ -6,5 +6,5 @@ rm -f config.cache config.log config.status rm -f configure config.h config.h.in aclocal.m4 rm -f Makefile Makefile.in */Makefile */Makefile.in -autoheader && automake && aclocal && autoconf && ./configure +autoheader && automake && aclocal && autoheader && autoconf && ./configure