Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building ude with autoconf v.1.14 on debian/linux jessie failed #9

Open
dorleosterode opened this issue Sep 13, 2016 · 0 comments
Open

Comments

@dorleosterode
Copy link

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 :)

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

No branches or pull requests

1 participant