#
# 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
#
AC_GLITE
+AC_OPTIMIZE
+
# Configuration items
AC_PREFIX_DEFAULT([/opt/glite])
AM_CONFIG_HEADER([src/autogen/config.h])
<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>
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 /
Define extra properties here ...
====================================================== -->
- <property name="m4files.list" value="glite.m4 cppunit"/>
+ <property name="m4files.list" value="glite.m4 cppunit optimize.m4"/>
</project>
#
# 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
#
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])
<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>
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
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>