Configure.ac bug fixed#7
Conversation
configure.ac has a bug, i run the configure script in windows ubuntu bash and throw an error i solved moving AC_CONFIG_AUX_DIR to line 2 instead of line 3.
|
What version of automake do you have? I just tried it on Windows Ubutntu (Windows 10 build 1703) and had no issues. |
|
The problem isnt with autogen.sh, the problem is when you execute ./configure coke@coke-pc:~/Development/cRest/rest-client-c|master Written by Tom Tromey tromey@redhat.com I tried now in manjaro kernel 4.14 and automake 1.15.1 |
configure.ac has a bug, i run the configure script in windows ubuntu bash and throw an error i solved moving AC_CONFIG_AUX_DIR to line 2 instead of line 3.