Fixed missing parenthesis
authorMaster Builder <glbuilder@cern.ch>
Wed, 22 Sep 2004 00:25:17 +0000 (00:25 +0000)
committerMaster Builder <glbuilder@cern.ch>
Wed, 22 Sep 2004 00:25:17 +0000 (00:25 +0000)
org.glite.wms-utils.exception/configure.ac
org.glite.wms-utils.jobid/configure.ac

index 96ad324..172ca27 100755 (executable)
@@ -19,6 +19,9 @@
 #
 #       Revision history:
 #       $Log$
+#       Revision 1.7  2004/09/21 19:21:57  glbuild
+#       modified module.version
+#
 #       Revision 1.6  2004/08/17 10:41:47  eronchie
 #       Added optimize option
 #
@@ -43,7 +46,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([GLite WMS Utils Exception], [0.1.0]
+AC_INIT([GLite WMS Utils Exception], [0.1.0])
 AC_CONFIG_AUX_DIR([./project])
 AM_INIT_AUTOMAKE([1.6.3 subdir-objects])
 AC_CONFIG_SRCDIR([src/Exception.cpp])
index 1a151c2..d4094d0 100755 (executable)
@@ -19,6 +19,9 @@
 #
 #       Revision history:
 #       $Log$
+#       Revision 1.12  2004/09/21 19:22:09  glbuild
+#       modified module.version
+#
 #       Revision 1.11  2004/08/17 13:46:28  eronchie
 #       Added interface
 #
@@ -42,7 +45,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([GLite WMS Utils Jobid], [0.1.0]
+AC_INIT([GLite WMS Utils Jobid], [0.1.0])
 AC_CONFIG_AUX_DIR([./project])
 AM_INIT_AUTOMAKE([1.6.3 subdir-objects])
 AC_CONFIG_SRCDIR([src/jobid/strmd5.h])