From: Elisabetta Ronchieri Date: Wed, 21 Jul 2004 18:47:49 +0000 (+0000) Subject: Removed obsolete things X-Git-Tag: merge_gss2scm_dst~66 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a37770d0d51d84eff174cdea05759b5262bff1d7;p=jra1mw.git Removed obsolete things --- diff --git a/org.glite.wms-utils.exception/Makefile.am b/org.glite.wms-utils.exception/Makefile.am index 5e30d1b..dceddcd 100755 --- a/org.glite.wms-utils.exception/Makefile.am +++ b/org.glite.wms-utils.exception/Makefile.am @@ -9,7 +9,7 @@ ## Process this file with automake to produce Makefile.in ## Subdirectories list -SUBDIRS = src +SUBDIRS = interface src ## Default flags to run aclocal ACLOCAL_AMFLAGS = -I project diff --git a/org.glite.wms-utils.exception/configure.ac b/org.glite.wms-utils.exception/configure.ac index 09aec3c..5eb2a35 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.2 2004/07/21 18:44:22 eronchie +# Updated header file +# # Revision 1.1.1.1 2004/07/21 18:16:57 eronchie # Moved out exception from org.glite.wms.common/src/utilitiesY # @@ -76,18 +79,6 @@ AC_FUNC_STRFTIME AC_FUNC_VPRINTF AC_CHECK_FUNCS([bzero endpwent ftruncate getmntent memset mkdir pow strerror strtol]) -have_globus=no - -AC_GLOBUS([], have_globus=yes, have_globus=no) -AC_MSG_RESULT(["GLOBUS found $have_globus"]) - -#have_glite_wmsutils_exception=no - -AC_GLITE - -#AC_GLITE_WMSUTILS_EXCEPTION([], have_glite_wmsutils_exception=yes, have_glite_wmsutils_exception=no) -#AC_MSG_RESULT(["GLITE_WMSUTILS_EXCEPTION found $have_glite_wmsutils_exception"]) - # Configuration items AC_PREFIX_DEFAULT([/opt/glite]) AM_CONFIG_HEADER([src/autogen/config.h]) diff --git a/org.glite.wms-utils.exception/src/Makefile.am b/org.glite.wms-utils.exception/src/Makefile.am index 7ad6672..8942226 100755 --- a/org.glite.wms-utils.exception/src/Makefile.am +++ b/org.glite.wms-utils.exception/src/Makefile.am @@ -17,10 +17,6 @@ utilitiesinclude_HEADERS = \ utils.h AM_CPPFLAGS = -I$(top_srcdir)/interface \ - -I$(top_srcdir)/src \ - $(GLOBUS_THR_CFLAGS) \ - $(BOOST_CFLAGS) \ - $(CLASSAD_CFLAGS) \ - -DB_THREAD_SAFE + -I$(top_srcdir)/src MAINTAINERCLEANFILES = Makefile.in *.*~