Changeset 943


Ignore:
Timestamp:
Oct 7, 2007, 10:02:42 PM (16 years ago)
Author:
Peter
Message:

removing variables not needed and modified AM_INIT_AUTOMAKE to modern form

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r942 r943  
    3535
    3636AM_CONFIG_HEADER([config.h])
    37 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION,$PACKAGE_BUGREPORT)
     37AM_INIT_AUTOMAKE()
    3838
    3939# Checks for programs.
     
    134134AC_MSG_NOTICE([])
    135135AC_MSG_NOTICE([ Ready to compile the yat library])
    136 AC_MSG_NOTICE([ The following compilers and flags will be used:])
     136AC_MSG_NOTICE([ The following flags and libraries will be used:])
    137137AC_MSG_NOTICE([ +++++++++++++++++++++++++++++++++++++++++++++++])
    138138AC_MSG_NOTICE([  CPPFLAGS=\"$CPPFLAGS\"])
  • trunk/test/Makefile.am

    r931 r943  
    4242check_PROGRAMS = $(TESTS)
    4343
    44 LDADD = @top_builddir@/$(YAT_LIB_LOCATION)/$(YAT_LIB) \
    45     $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB)
     44LDADD = @top_builddir@/$(YAT_LIB_LOCATION)/$(YAT_LIB)
    4645
    4746AM_CPPFLAGS = -I@top_srcdir@
Note: See TracChangeset for help on using the changeset viewer.