HiFiLES / HiFiLES-solver

High Fidelity Large Eddy Simulation Solver
Other
171 stars 131 forks source link

While running make command i am getting this error #149

Open zainul1114 opened 5 years ago

zainul1114 commented 5 years ago

]$ make /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh ./configure --no-create --no-recursion ./configure: line 1847: syntax error near unexpected token subdir-objects' ./configure: line 1847:AM_INIT_AUTOMAKE(subdir-objects foreign)' make: *** [config.status] Error 2


Please help me on this

BenjaminDai commented 3 years ago

Did you solved this issue?

JacobCrabill commented 3 years ago

I would recommend installing automake, autoconf, libtool, etc., then running autoreconf to regenerate the configure script for a more recent version of autoconf / automake.