@@ -363,14 +363,6 @@ if test "x$enable_hdf4_file_tests" = xyes; then
363363fi
364364AC_MSG_RESULT ( $enable_hdf4_file_tests )
365365
366- # Does the user want to try to install netcdf-fortran
367- # automatically?
368- AC_MSG_CHECKING ( [ whether we should attempt to install netcdf-fortran (EXPERIMENTAL)] )
369- AC_ARG_ENABLE ( [ remote-fortran-bootstrap] , [ AS_HELP_STRING ( [ --enable-remote-fortran-bootstrap] ,
370- [ Download and install netcdf-fortran (EXPERIMENTAL)] ) ] )
371- test "x$enable_remote_fortran_bootstrap" = xyes || enable_remote_fortran_bootstrap=no
372- AC_MSG_RESULT ( [ $enable_remote_fortran_bootstrap] )
373-
374366# Does the user want to run extra parallel tests when parallel netCDF-4 is built?
375367AC_MSG_CHECKING ( [ whether parallel IO tests should be run] )
376368AC_ARG_ENABLE ( [ parallel-tests] ,
@@ -1764,11 +1756,6 @@ if test "x$enable_erange_fill" = xyes ; then
17641756fi
17651757AC_SUBST ( M4FLAGS )
17661758
1767- # Check for downloading/building fortran via postinstall script.
1768- if test "x$enable_remote_fortran_bootstrap" = xyes; then
1769- AC_DEFINE ( [ BUILD_FORTRAN] , 1 , [ If true, will attempt to download and build netcdf-fortran.] )
1770- fi
1771-
17721759# No logging for netcdf-3.
17731760if test "x$enable_netcdf_4" = xno; then
17741761 enable_logging=no
@@ -1849,7 +1836,6 @@ AM_CONDITIONAL(USE_HDF5, [test x$enable_hdf5 = xyes])
18491836AM_CONDITIONAL(USE_HDF4, [ test x$enable_hdf4 = xyes] )
18501837AM_CONDITIONAL(USE_HDF4_FILE_TESTS, [ test x$enable_hdf4_file_tests = xyes] )
18511838AM_CONDITIONAL(USE_RENAMEV3, [ test x$enable_netcdf_4 = xyes -o x$enable_dap = xyes] )
1852- AM_CONDITIONAL(BUILD_FORTRAN, [ test x$enable_remote_fortran_bootstrap = xyes] )
18531839AM_CONDITIONAL(USE_PNETCDF, [ test x$enable_pnetcdf = xyes] )
18541840AM_CONDITIONAL(USE_DISPATCH, [ test x$enable_dispatch = xyes] )
18551841AM_CONDITIONAL(BUILD_MMAP, [ test x$enable_mmap = xyes] )
@@ -2174,7 +2160,6 @@ AC_CONFIG_FILES([nc-config], [chmod 755 nc-config])
21742160AC_CONFIG_FILES ( [ Makefile
21752161 netcdf.pc
21762162 libnetcdf.settings
2177- postinstall.sh
21782163 include/netcdf_meta.h
21792164 include/netcdf_dispatch.h
21802165 include/Makefile
0 commit comments