diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/Makefile.am.blank | 6 | ||||
-rw-r--r-- | config/commence.am | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/config/Makefile.am.blank b/config/Makefile.am.blank index c4cb0da..a091c60 100755 --- a/config/Makefile.am.blank +++ b/config/Makefile.am.blank @@ -40,11 +40,11 @@ include $(top_srcdir)/config/commence.am # Add include directories to the C preprocessor flags -#INCLUDES=-I$(top_srcdir)/src +INCLUDES=-I$(top_srcdir)/src # Our main targets, the library foo.la and the programs bar and baz -#lib_LTLIBRARIES=foo.la -#bin_PROGRAMS=bar baz +lib_LTLIBRARIES=foo.la +bin_PROGRAMS=bar baz # Helper programs and test programs noinst_PROGRAMS=helper diff --git a/config/commence.am b/config/commence.am index ed284c8..819ff08 100644 --- a/config/commence.am +++ b/config/commence.am @@ -80,10 +80,10 @@ F9XMODFLAG=@F9XMODFLAG@ # Set the paths for AFS installs of autotools for Linux machines # Ideally, these tools should never be needed during the build. -ACLOCAL=/afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/aclocal -I /afs/ncsa/projects/hdf/packages/libtool_1.5.14/Linux_2.4/share/aclocal -AUTOHEADER=/afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoheader -AUTOMAKE=/afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/automake -AUTOCONF=/afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf +AUTOCONF=/home1/packages/autoconf/autoconf-2.60/bin/autoconf +AUTOMAKE=/home1/packages/automake/automake-1.9.6/bin/automake-1.9 +AUTOHEADER=/home1/packages/autoconf/autoconf-2.60/bin/autoheader +ACLOCAL=/home1/packages/automake/automake-1.9.6/bin/aclocal-1.9 -I /afs/ncsa/projects/hdf/packages/libtool_1.5.14/Linux_2.4/share/aclocal # .chkexe files are used to mark tests that have run successfully. # .chklog files are output from those tests. |