From 8aa941178c8c488b604db7b3b24efe8bf4b34d84 Mon Sep 17 00:00:00 2001 From: Paolo Andreetto Date: Tue, 8 Mar 2011 15:32:29 +0000 Subject: [PATCH] Removed with-glite-location --- org.glite.wms-utils.exception/configure.ac | 5 ++++- org.glite.wms-utils.exception/test/Makefile.am | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) 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) -- 1.8.2.3