Changeset 13187


Ignore:
Timestamp:
08/30/12 08:52:47 (13 years ago)
Author:
utke
Message:

CHG - the reference to the once separate install of libtool is obsolete now that libtool and aclocal are in one install directory under autotools but I followed the recommendation of the tools to still add the local m4 dir to the include path.

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/Makefile.am

    r13160 r13187  
    33bin_SCRIPTS=config.h startup.m README.rtf
    44
     5ACLOCAL_AMFLAGS = -I m4
     6
  • issm/trunk-jpl/configure.ac

    r13086 r13187  
    44AC_INIT([ISSM],[4.2.1],[issm@jpl.nasa.gov],[issm],[http://issm.jpl.nasa.gov]) #Initializing configure
    55AC_CONFIG_AUX_DIR([./aux-config])         #Put config files in aux-config
    6 AC_CONFIG_MACRO_DIR([externalpackages/libtool/install/share/aclocal])                 #m4 macros are located in m4
     6AC_CONFIG_MACRO_DIR([m4])                 #m4 macros are located in m4
    77m4_include([m4/issm_options.m4])
    88AC_CANONICAL_TARGET                       #Determine the system type
Note: See TracChangeset for help on using the changeset viewer.