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

Update INSTALL-Linux.markdown #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kylebofh
Copy link

During the bootstrap it launched me this errors:

Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.
autoreconf: Entering directory .' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 aclocal: couldn't open directorym4': El fitxer o directori no existeix
autoreconf: aclocal failed with exit status: 1

I needed to install libtool and create the directory m4 inside the root of the folder to adress those issues.

During the bootstrap it launched me this errors:

Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
aclocal: couldn't open directory `m4': El fitxer o directori no existeix
autoreconf: aclocal failed with exit status: 1

I needed to install libtool and create the directory m4 inside the root of the folder to adress those issues.
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.

1 participant