-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
configure.ac:1: warning: AC_INIT: not a literal: m4_esyscmd(bash -c "echo -n $(cat ./.version)$VERSION_SUFFIX") #5832
Comments
Well, I got same issue. Maybe you can simply modify the Here is my solution:
Just remove the square brackets, no errors again. |
@whoschen his comment already helped. Now I also get |
AFAIR these errors are usually triggered by missing build dependencies, e.g. libtool and/or m4 |
FWIW I have:
Though I got the same error with Fedora 36 autoconf-2.71. |
Maybe you should try to install |
This solved (this) issue for me. |
Thank you, seems I was missing autoconf-archive indeed. Are the build requirements documented somewhere? |
I marked this as stale due to inactivity. → More info |
Still an issue. |
Still an issue on MacOS, even with m4 installed from brew and it being first in $PATH |
I also ran into this problem. used |
Also got the same error, |
Use |
…stools#1949] Per suggestion from NixOS/nix#5832 Signed-off-by: Jim Klimov <[email protected]>
Describe the bug
I am trying to build nix on Fedora from source.
Steps To Reproduce
autoreconf
or./bootstrap.sh
Expected behavior
configure script to be created without error.
Additional context
Call me old-fashioned, but I would really prefer to have a bootstrapped tarball as part of formal releases.
The text was updated successfully, but these errors were encountered: