Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New autoconf fails to handle our fortran.m4 #4

Closed
andreww opened this issue Dec 2, 2009 · 0 comments · Fixed by #70
Closed

New autoconf fails to handle our fortran.m4 #4

andreww opened this issue Dec 2, 2009 · 0 comments · Fixed by #70

Comments

@andreww
Copy link
Owner

andreww commented Dec 2, 2009

The current version of autoconf (2.65) does not seem to like our local version of fortran.m4 (which adds pre-processed fortran as a language - this never made it upstream). Fails with:

autoconf
configure.ac:19: error: AC_LANG_CONFTEST: unknown language: Preprocessed Fortran
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2557: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2573: AC_COMPILE_IFELSE is expanded from...
aclocal.m4:3198: _AC_FPP_FIXEDFORM_F is expanded from...
aclocal.m4:4291: _AC_PROG_FC_CPP is expanded from...
aclocal.m4:4634: AC_PROG_FPP is expanded from...
configure.ac:19: the top level

... Looks like the way languages are defined has changed. (Autoconf 2.59 (the older version on debian sid) mostly works, but this pre-dates the mkdir -p macro so this fails for another reason.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant