-
Notifications
You must be signed in to change notification settings - Fork 60
Description
I tried to build ude with autoconf 1.14. on debian/linux 8.5. I'm working on the
current master branch of ude. First I tried:
git clone https://github.com/errepi/ude
cd ude
./configure --prefix=/some/prefix --enable-test=yes
and I got the following error message:
config.status: error: cannot find input file: Makefile.in
So I tried secondly:
git clone https://github.com/errepi/ude
cd ude
./autogen.sh
and I got the following error messages:
Makefile.include:11: error: 'pkglibdir' is not a legitimate directory for 'SCRIPTS'
src/Example/Makefile.am:23: 'Makefile.include' included from here
Makefile.include:11: error: 'pkglibdir' is not a legitimate directory for 'SCRIPTS'
src/Library/Makefile.am:63: 'Makefile.include' included from here
Makefile.include:11: error: 'pkglibdir' is not a legitimate directory for 'SCRIPTS'
src/Tests/Makefile.am:67: 'Makefile.include' included from here
[...]
[...]/ude/missing: Unknown--is-lightweight' option Try[...]/ude/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
Can you please port ude to the newest version of autoconf? So that everybody
can use ude again? As far as I found out, the 'missing' script and the description of
the destination directory changed in autoconf version 1.11.2.
Thanks a lot,
Dorle :)