-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
missing aclocal-1.4 #88
Comments
That's weird; the install works fine here... What distro are you using? |
Distributor ID: Ubuntu Kernel Name: Linux |
That's GitHub screwing with the timestamps. This link helped The following should work : |
Is this safe to close now? |
This still happen. And after i do the "make AUTOCONF=: AUTOHEADER=: AUTOMAKE=: ACLOCAL=:" command i get:
|
got the same issue (ubuntu 16.04 lts) |
***During Installation of "stegdetect" warning occurs:
WARNING:
aclocal-1.4' is needed, and you do not seem to have it handy on your system. You might have modified some files without having the proper tools for further handling them. Check the
README' file,it often tells you about the needed prerequirements for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing `aclocal-1.4' program.
Makefile:183: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 1
***Doing "autoreconf -f -i" brought another error:
Makefile.am: error: Assembler source seen but 'CCAS' is undefined
Makefile.am: The usual way to define 'CCAS' is to add 'AM_PROG_AS'
Makefile.am: to 'configure.in' and run 'aclocal' and 'autoconf' again.
Makefile.am: error: Assembler source seen but 'CCASFLAGS' is undefined
Makefile.am: The usual way to define 'CCASFLAGS' is to add 'AM_PROG_AS'
Makefile.am: to 'configure.in' and run 'aclocal' and 'autoconf' again.
autoreconf: automake failed with exit status: 1
The text was updated successfully, but these errors were encountered: