- Timestamp:
- May 24, 2008, 7:53:19 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build_support/yat.am
r1324 r1327 25 25 ## 26 26 27 AM_CPPFLAGS = -I$(top_srcdir) $(BOOST_CPPFLAGS) 27 AM_CPPFLAGS = -I$(top_srcdir) $(GSL_CFLAGS) $(BOOST_CPPFLAGS) 28 29 # this assumes that gsl has been installed with default 30 # libdir = ${exec_prefix}/lib = ${prefix}/lib 31 AM_LDFLAGS = -L$(GSL_PREFIX)/lib -
trunk/configure.ac
r1324 r1327 83 83 84 84 # GNU Scientific Library, GSL http://www.gnu.org/software/gsl/, checks 85 # Including A M_PATH_GSL macro from gsl.m4 distributed by GSL85 # Including AX_PATH_GSL macro from gsl.m4 distributed by GSL 86 86 gsl_found="no" 87 87 gsl_version="1.8" … … 90 90 if test "$gsl_found" = "yes"; then 91 91 LIBS="-lgsl $LIBS" 92 GSL_PREFIX=`$GSL_CONFIG --prefix` 93 AC_SUBST(GSL_PREFIX) 92 94 fi 93 95 94 96 # Boost http://www.boost.org 95 97 m4_sinclude(./build_support/ax_boost.m4) 96 AX_BOOST("1.33" ,[boost_found="yes"], [echo AHA])98 AX_BOOST("1.33") 97 99 98 100 # Checks for header files.
Note: See TracChangeset
for help on using the changeset viewer.