diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-02 22:08:23 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-02 22:08:23 (GMT) |
commit | 68556658dbb72d887d4bf29fb9d9f779c9f99806 (patch) | |
tree | e80226e35f40763dac621521dd174b5292759ca9 /fortran/acsite.m4 | |
parent | 8005e831a03dcceec4b3333b5c5483a4cea3707c (diff) | |
download | hdf5-68556658dbb72d887d4bf29fb9d9f779c9f99806.zip hdf5-68556658dbb72d887d4bf29fb9d9f779c9f99806.tar.gz hdf5-68556658dbb72d887d4bf29fb9d9f779c9f99806.tar.bz2 |
[svn-r5132] Purpose:
Autotools Update
Description:
I've updated autoconf, automake, and libtool to the latest/greatest
versions; 2.53, 1.6, and 1.4.2 resp.
Many changes come with the new versions:
- ltconfig is no longer used
- acconfig.h is no longer used (#define values are declared with
the macro)
- regeneration of all of the aclocal.m4, configure, and
H5config.h.in files.
- new config.{guess,sub} files
- new ltmain.sh file
Platforms tested:
AIX (blue), and Linux
Diffstat (limited to 'fortran/acsite.m4')
-rw-r--r-- | fortran/acsite.m4 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/fortran/acsite.m4 b/fortran/acsite.m4 index c6bb4a8..3d83c31 100644 --- a/fortran/acsite.m4 +++ b/fortran/acsite.m4 @@ -73,14 +73,15 @@ dnl AC_LANG_FORTRAN9X() dnl dnl Generic macro to setup the Fortran 9X specific env variables. dnl -AC_DEFUN(AC_LANG_FORTRAN9X, [ -define([AC_LANG], [FORTRAN9X]) -ac_ext=f90 +m4_define([AC_LANG(FORTRAN9X)], +[ac_ext=f90 ac_compile='${F9X-f90} -c $FFLAGS conftest.$ac_ext 1>&AC_FD_CC' ac_link='${F9X-f90} -o conftest${ac_exeext} $FFLAGS conftest.$ac_ext $LDFLAGS $LIBS 1>&AC_FD_CC' cross_compiling=$ac_cv_prog_f9x_cross ]) +AU_DEFUN([AC_LANG_FORTRAN9X], [AC_LANG(FORTRAN9X)]) + dnl ------------------------------------------------------------------------- dnl AC_LANG_F9X_WORKS() dnl @@ -173,7 +174,8 @@ if test -n "$flags"; then else echo "none" 1>&6 fi -rm -f conftest*]) +rm -f conftest* +]) dnl ------------------------------------------------------------------------- dnl AC_F9X_MODS() @@ -330,6 +332,7 @@ fi cd .. rm -rf conftest* ]) + dnl ------------------------------------------------------------------------- dnl ------------------------------------------------------------------------- dnl |