From 4b3f1a7cc655af0f81e969cd8b1aac89702eac26 Mon Sep 17 00:00:00 2001 From: Master Builder Date: Wed, 22 Sep 2004 00:25:17 +0000 Subject: [PATCH] Fixed missing parenthesis --- org.glite.wms-utils.exception/configure.ac | 5 ++++- org.glite.wms-utils.jobid/configure.ac | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/org.glite.wms-utils.exception/configure.ac b/org.glite.wms-utils.exception/configure.ac index 96ad324..172ca27 100755 --- a/org.glite.wms-utils.exception/configure.ac +++ b/org.glite.wms-utils.exception/configure.ac @@ -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]) diff --git a/org.glite.wms-utils.jobid/configure.ac b/org.glite.wms-utils.jobid/configure.ac index 1a151c2..d4094d0 100755 --- a/org.glite.wms-utils.jobid/configure.ac +++ b/org.glite.wms-utils.jobid/configure.ac @@ -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]) -- 1.8.2.3