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

./configure.ac: line 5: syntax error near unexpected token `pio,' #1909

Closed
mayavy opened this issue Feb 27, 2022 · 2 comments · May be fixed by #1993
Closed

./configure.ac: line 5: syntax error near unexpected token `pio,' #1909

mayavy opened this issue Feb 27, 2022 · 2 comments · May be fixed by #1993

Comments

@mayavy
Copy link

mayavy commented Feb 27, 2022

I cloned master branch on my HPC(centos) . (for MPAS-A ver-7)
set up env as in instructions .
than ran ./configure.ac --prefix=/usr/local/pio-2.4.2 --enable-fortran
got this
./configure.ac: line 5: syntax error near unexpected token pio,' ./configure.ac: line 5: AC_INIT(pio, 2.5.5)'


bug

@edwardhartnett
Copy link
Collaborator

When checking code out of the repo do this:

autoreconf -i
./configure --prefix=/whatever
make -j check

You did not run autoreconf -i...

@Syize
Copy link

Syize commented Sep 16, 2024

This issue was opened 2 years ago, and the Building PIO section in README is still missing the command autoreconf -i before ./configure

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

Successfully merging a pull request may close this issue.

3 participants