Skip to content

Conversation

@cokelito1
Copy link

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.

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.
@jasoncwik
Copy link
Contributor

What version of automake do you have? I just tried it on Windows Ubutntu (Windows 10 build 1703) and had no issues.

root@heisenberg:~/rest-client-c# automake --version
automake (GNU automake) 1.14.1
root@heisenberg:~/rest-client-c# ./autogen.sh
Setting up libtool
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: linking file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: linking file `m4/libtool.m4'
libtoolize: linking file `m4/ltoptions.m4'
libtoolize: linking file `m4/ltsugar.m4'
libtoolize: linking file `m4/ltversion.m4'
libtoolize: linking file `m4/lt~obsolete.m4'
Setting up aclocal
Generating configure
Generating config.h.in
Generating Makefile.in
configure.ac:2: installing 'build-aux/ar-lib'
configure.ac:2: installing 'build-aux/compile'
configure.ac:6: installing 'build-aux/config.guess'
configure.ac:6: installing 'build-aux/config.sub'
configure.ac:5: installing 'build-aux/install-sh'
configure.ac:5: installing 'build-aux/missing'
lib/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'

@cokelito1
Copy link
Author

cokelito1 commented Sep 29, 2017

The problem isnt with autogen.sh, the problem is when you execute ./configure

coke@coke-pc:~/Development/cRest/rest-client-c|master
⇒ automake --version
automake (GNU automake) 1.15.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later http://gnu.org/licenses/gpl-2.0.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey [email protected]
and Alexandre Duret-Lutz [email protected].
coke@coke-pc:/Development/cRest/rest-client-c|master
⇒ ./autogen.sh
Setting up libtool
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: linking file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: linking file 'm4/libtool.m4'
libtoolize: linking file 'm4/ltoptions.m4'
libtoolize: linking file 'm4/ltsugar.m4'
libtoolize: linking file 'm4/ltversion.m4'
libtoolize: linking file 'm4/lt
obsolete.m4'
Setting up aclocal
Generating configure
Generating config.h.in
Generating Makefile.in
configure.ac:2: installing 'build-aux/ar-lib'
configure.ac:2: installing 'build-aux/compile'
configure.ac:6: installing 'build-aux/config.guess'
configure.ac:6: installing 'build-aux/config.sub'
configure.ac:5: installing 'build-aux/install-sh'
configure.ac:5: installing 'build-aux/missing'
lib/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
coke@coke-pc:/Development/cRest/rest-client-c|master⚡
⇒ ./configure
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
coke@coke-pc:
/Development/cRest/rest-client-c|master⚡

I tried now in manjaro kernel 4.14 and automake 1.15.1

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 this pull request may close these issues.

2 participants