Removed obsolete things
authorElisabetta Ronchieri <elisabetta.ronchieri@cnaf.infn.it>
Wed, 21 Jul 2004 18:47:49 +0000 (18:47 +0000)
committerElisabetta Ronchieri <elisabetta.ronchieri@cnaf.infn.it>
Wed, 21 Jul 2004 18:47:49 +0000 (18:47 +0000)
org.glite.wms-utils.exception/Makefile.am
org.glite.wms-utils.exception/configure.ac
org.glite.wms-utils.exception/src/Makefile.am

index 5e30d1b..dceddcd 100755 (executable)
@@ -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
index 09aec3c..5eb2a35 100755 (executable)
@@ -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])
index 7ad6672..8942226 100755 (executable)
@@ -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 *.*~