[PVFS2-CVS] commit by pw in pvfs2: configure.in configure
CVS commit program
cvs at parl.clemson.edu
Fri Apr 15 14:52:14 EDT 2005
Update of /projects/cvsroot/pvfs2
In directory parlweb:/tmp/cvs-serv8078
Modified Files:
configure.in configure
Log Message:
avoid colons in version to make kernel compile happy
Index: configure.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure.in,v
diff -u -p -u -r1.227 -r1.228
--- configure.in 23 Mar 2005 23:25:08 -0000 1.227
+++ configure.in 15 Apr 2005 17:52:13 -0000 1.228
@@ -15,7 +15,7 @@ dnl into the version; for official relea
dnl
dnl PVFS2 versioning information.
dnl An @ in the date string can confuse e.g. scp and 'make kmod'
-CONFIGURE_TIME=`date -u +"%F-%T"`
+CONFIGURE_TIME=`date -u +"%Y-%m-%d-%H%M%S"`
PVFS2_MAJOR=1
PVFS2_MINOR=1
PVFS2_SUB=0
Index: configure
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure,v
diff -u -p -u -r1.225 -r1.226
--- configure 23 Mar 2005 16:16:43 -0000 1.225
+++ configure 15 Apr 2005 17:52:13 -0000 1.226
@@ -1357,7 +1357,7 @@ ac_config_sub="$SHELL $ac_aux_dir/config
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
-CONFIGURE_TIME=`date -u +"%F-%T"`
+CONFIGURE_TIME=`date -u +"%Y-%m-%d-%H%M%S"`
PVFS2_MAJOR=1
PVFS2_MINOR=1
PVFS2_SUB=0
More information about the PVFS2-CVS
mailing list