Added optimize option
authorElisabetta Ronchieri <elisabetta.ronchieri@cnaf.infn.it>
Tue, 17 Aug 2004 10:41:47 +0000 (10:41 +0000)
committerElisabetta Ronchieri <elisabetta.ronchieri@cnaf.infn.it>
Tue, 17 Aug 2004 10:41:47 +0000 (10:41 +0000)
org.glite.wms-utils.exception/configure.ac
org.glite.wms-utils.exception/project/configure.properties.xml
org.glite.wms-utils.exception/project/properties.xml
org.glite.wms-utils.jobid/configure.ac
org.glite.wms-utils.jobid/project/configure.properties.xml
org.glite.wms-utils.jobid/project/properties.xml

index b84854e..a487e90 100755 (executable)
@@ -19,6 +19,9 @@
 #
 #       Revision history:
 #       $Log$
+#       Revision 1.5  2004/07/23 08:02:09  eronchie
+#       Updated configure.ac
+#
 #       Revision 1.4  2004/07/21 18:49:26  eronchie
 #       Added AC_GLITE
 #
@@ -87,6 +90,8 @@ AC_CHECK_FUNCS([bzero endpwent ftruncate getmntent memset mkdir pow strerror str
 
 AC_GLITE
 
+AC_OPTIMIZE
+
 # Configuration items
 AC_PREFIX_DEFAULT([/opt/glite])
 AM_CONFIG_HEADER([src/autogen/config.h])
index 67e716c..04d3b17 100644 (file)
@@ -4,6 +4,6 @@
         
        <project name="configure options">                                                                        
         <property name="configure.args"
-               value="--prefix=${workspace.abs.dir}/stage --with-globus-prefix=${with.globus.prefix} --with-globus-thr-flavor=${with.globus.thr.flavor} --with-globus-nothr-flavor=${with.globus.nothr.flavor} --with-cppunit-prefix=${with.cppunit.prefix} --with-glite-location=${with.glite.location} --with-dist-location=${with.dist.location}"/>
+               value="--prefix=${workspace.abs.dir}/stage --with-globus-prefix=${with.globus.prefix} --with-globus-thr-flavor=${with.globus.thr.flavor} --with-globus-nothr-flavor=${with.globus.nothr.flavor} --with-cppunit-prefix=${with.cppunit.prefix} --with-glite-location=${with.glite.location} --with-dist-location=${with.dist.location} --disable-optimization"/>
 
        </project>
index 4d84fe8..1e49af0 100755 (executable)
@@ -21,6 +21,9 @@
        
        Revision history:
        $Log$
+       Revision 1.5  2004/08/04 07:40:02  eronchie
+       Added cppunit
+       
        Revision 1.4  2004/07/28 07:26:45  eronchie
        Added /
        
@@ -75,6 +78,6 @@
                 Define extra properties here ...
                 ====================================================== -->
                 
-       <property name="m4files.list" value="glite.m4 cppunit"/>
+       <property name="m4files.list" value="glite.m4 cppunit optimize.m4"/>
 
 </project>
index a271ee5..d552a04 100755 (executable)
 #
 #       Revision history:
 #       $Log$
+#       Revision 1.8  2004/07/27 09:14:19  eronchie
+#       Removed AC_WMSUTILS_EXCEPTION and AC_GLOBUS_SSL_UTILS checks
+#       Set directly exception library macro
+#
 #       Revision 1.7  2004/07/21 17:53:36  eronchie
 #       Moved out org.glite.wms.jobid from org.glite.wms and put in org.glite.wms-utils
 #
@@ -87,6 +91,8 @@ AC_GLITE
 
 GLITE_WMSUTILS_EXCEPTION_LIBS="-L$GLITE_LOCATION/lib -lglite_wmsutils_exception"AC_SUBST(GLITE_WMSUTILS_EXCEPTION_LIBS)
 
+AC_OPTIMIZE
+
 # Configuration items
 AC_PREFIX_DEFAULT([/opt/glite])
 AM_CONFIG_HEADER([src/autogen/config.h])
index 67e716c..04d3b17 100644 (file)
@@ -4,6 +4,6 @@
         
        <project name="configure options">                                                                        
         <property name="configure.args"
-               value="--prefix=${workspace.abs.dir}/stage --with-globus-prefix=${with.globus.prefix} --with-globus-thr-flavor=${with.globus.thr.flavor} --with-globus-nothr-flavor=${with.globus.nothr.flavor} --with-cppunit-prefix=${with.cppunit.prefix} --with-glite-location=${with.glite.location} --with-dist-location=${with.dist.location}"/>
+               value="--prefix=${workspace.abs.dir}/stage --with-globus-prefix=${with.globus.prefix} --with-globus-thr-flavor=${with.globus.thr.flavor} --with-globus-nothr-flavor=${with.globus.nothr.flavor} --with-cppunit-prefix=${with.cppunit.prefix} --with-glite-location=${with.glite.location} --with-dist-location=${with.dist.location} --disable-optimization"/>
 
        </project>
index ad1c44b..9662658 100755 (executable)
@@ -21,6 +21,9 @@
        
        Revision history:
        $Log$
+       Revision 1.8  2004/08/04 07:42:42  eronchie
+       Added cppunit.m4
+       
        Revision 1.7  2004/08/04 07:38:27  eronchie
        Added cppunit
        
@@ -78,6 +81,6 @@
                  Define extra properties here ...
                  ====================================================== -->
 
-        <property name="m4files.list" value="globus.m4 glite.m4 cppunit.m4"/>
+        <property name="m4files.list" value="globus.m4 glite.m4 cppunit.m4 optimize.m4"/>
        
 </project>