diff --git a/sm5/configure.in b/sm5/configure.in index 3f057b8080d2708215895dd68b9b5d5016e4c5d7..3540601843a044a014604fab4468299f3c5ddacf 100644 --- a/sm5/configure.in +++ b/sm5/configure.in @@ -1,5 +1,5 @@ # -# $Id: configure.in,v 1.53 2004/02/12 21:06:31 ballen4705 Exp $ +# $Id: configure.in,v 1.54 2004/02/12 23:29:48 ballen4705 Exp $ # dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) @@ -7,9 +7,9 @@ AC_INIT(smartmontools, 5.27, smartmontools-support@lists.sourceforge.net) AC_CONFIG_SRCDIR(smartctl.c) smartmontools_configure_date=`date -u +"%Y/%m/%d %T %Z"` -smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.53 2004/02/12 21:06:31 ballen4705 Exp $'` +smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.54 2004/02/12 23:29:48 ballen4705 Exp $'` smartmontools_release_date=2004/02/12 -smartmontools_release_time="21:09:58 UTC" +smartmontools_release_time="23:33:10 UTC" AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_ARGS, "$ac_configure_args", [smartmontools Configure Arguments]) AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_DATE, "$smartmontools_configure_date", [smartmontools Configure Date]) diff --git a/sm5/do_release b/sm5/do_release index 1fb2e2bc185cd40b7e9787983c08e3da478a19c2..1126470927c808a336915e4b583506e039255271 100755 --- a/sm5/do_release +++ b/sm5/do_release @@ -3,7 +3,7 @@ # do a smartmontools release # (C) 2003-4 Bruce Allen <ballen4705@users.sourceforge.net>, # Guido Guenther <agx@sigxcpu.org> -# $Id: do_release,v 1.25 2004/02/12 21:06:31 ballen4705 Exp $ +# $Id: do_release,v 1.26 2004/02/12 23:29:48 ballen4705 Exp $ KEYID=0x9BB19A22 @@ -24,7 +24,7 @@ setup_cvs() get_release() { - VERSION=`grep 'AC_INIT' configure.in | awk -F= '{ print $2 }' | sed s/,//g` + VERSION=`grep 'AC_INIT' configure.in | awk '{ print $2 }' | sed s/,//g` RELEASE="RELEASE_${VERSION//\./_}" echo "Version: $VERSION" echo "Release: $RELEASE"