From: Paolo Andreetto Date: Tue, 8 Mar 2011 15:32:29 +0000 (+0000) Subject: Removed with-glite-location X-Git-Tag: glite-wms-utils-exception_R_3_2_2_1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=8aa941178c8c488b604db7b3b24efe8bf4b34d84;p=jra1mw.git Removed with-glite-location --- diff --git a/org.glite.wms-utils.exception/configure.ac b/org.glite.wms-utils.exception/configure.ac index fc70244..47ddd5d 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.13.2.3.2.2 2011/03/04 09:39:40 pandreet +# Incremented version number +# # Revision 1.13.2.3.2.1 2010/12/28 11:16:00 pandreet # Build changes for pkg-config support # @@ -124,7 +127,7 @@ AC_FUNC_STRFTIME AC_FUNC_VPRINTF AC_CHECK_FUNCS([bzero endpwent ftruncate getmntent memset mkdir pow strerror strtol]) -AC_GLITE +GLITE_CHECK_LIBDIR AC_OPTIMIZE diff --git a/org.glite.wms-utils.exception/test/Makefile.am b/org.glite.wms-utils.exception/test/Makefile.am index a972450..a3e012b 100755 --- a/org.glite.wms-utils.exception/test/Makefile.am +++ b/org.glite.wms-utils.exception/test/Makefile.am @@ -25,7 +25,6 @@ glite_wmsutils_exception_LDADD = \ AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/test \ - $(GLITE_CFLAGS) \ $(GLOBUS_THR_CFLAGS) \ $(CPPUNIT_CFLAGS)