Closed msoos closed 9 years ago
Hey, I got this error when running configure on a Ubuntu 12.04.03 LTS:
$ ./configure ./configure: line 2354: syntax error near unexpected token `foreign' ./configure: line 2354: `AM_INIT_AUTOMAKE(foreign)'
By the way,
$ autoreconf -i
fixed the issue. After that, I could issue
$ ./configure
and all worked fine
I've deleted Makefile.in. Does that solve the problem? It should be auto-generated.
Hey, I got this error when running configure on a Ubuntu 12.04.03 LTS: