Skip to content
Snippets Groups Projects
Commit c54e075f authored by Stefan Hagemann's avatar Stefan Hagemann :soccer:
Browse files

Remove test pwd line file from configure/configure.ac scripts

parent b0e23bca
No related branches found
No related tags found
No related merge requests found
......@@ -2043,13 +2043,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test "`cd $srcdir && pwd`" != "`pwd`"
then :
as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
fi
##if test "`cd $srcdir && pwd`" != "`pwd`"
##then :
## as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
##fi
ac_ext=${ac_fc_srcext-f}
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
......
......@@ -6,10 +6,6 @@ AC_CONFIG_SRCDIR([code/src/hd_driver.f90])
dnl Make sure all required m4 files are in place:
m4_pattern_forbid([^(A[SC]X|PKG)_])dnl
AS_IF([test "`cd $srcdir && pwd`" != "`pwd`"],
[AC_MSG_ERROR([source directory already configured; dnl
run "make distclean" there first])])
AC_PROG_FC
AC_LANG([Fortran])
ACX_FC_PP_SRCEXT([f90])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment