oops, update to 7.11 in configure.ac
authorArt Cancro <ajc@citadel.org>
Fri, 6 Jul 2007 19:40:29 +0000 (19:40 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 6 Jul 2007 19:40:29 +0000 (19:40 +0000)
* Updated buildpackages to use .tar.gz file format, and also
to clean out files like .svn/ etc.

webcit/buildpackages
webcit/configure.ac

index dc70c6d115d7f833da757ee934b205bcd60bad99..e758782efedb9b920dc1113cc9a3ae3f69e7102e 100755 (executable)
@@ -56,9 +56,10 @@ case $1 in
        fi
        ;;
     sourcedist)
-       cd ..; tar -cvzf webcit-${WEBCIT_VERSION}.tgz webcit-${WEBCIT_VERSION}/
+       rm -rf `find -name .svn ` svn*tmp* build-stamp configure-stamp *~ config.sub config.guess  config.log config.status autom4te.cache
+       cd ..; tar -cvzf webcit-${WEBCIT_VERSION}.tar.gz webcit-${WEBCIT_VERSION}/
        ;;
     *)
        echo "Not yet implemented. we have: debian "
        ;;
-esac
\ No newline at end of file
+esac
index 6159ef0d8b7ee3bddc424cf1e08086f3ff1e33f6..5472b12194b253e6971ce86b295c68d07ff4cca7 100644 (file)
@@ -1,10 +1,10 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $Id: configure.in 4798 2006-12-28 16:34:20Z ajc $
+dnl $Id$
 AC_INIT(webserver.c)
 
 
 PACKAGE=webcit
-VERSION=7.07
+VERSION=7.11
 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
 AC_SUBST(PACKAGE)