| Summary: | CentOS5 SDL_mixer svn ver 4979: autogen.sh: Couldn't find autoconf, aborting | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Andrey <afletdinov> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
autogen.sh hasn't changed in a long time, I bet if you go back to the older version you'll get the same message about not being able to find autoconf. Where do you have autoconf installed? configure.in recently been changed. I checked on Redhat EL5.3, used: autoconf-2.59-12 automake-1.9.6-2.1 The same error. Can you go back to the older svn version and run autogen.sh and show me what it says? Thanks! (In reply to comment #3) > Can you go back to the older svn version and run autogen.sh and show me what it > says? > > Thanks! sdl_mixer-1.2.4895]$ ./autogen.sh Generating build information using autoconf This may take a while ... Now you are ready to run ./configure Wacky, I'm getting the same error with SDL 1.2 from subversion on FreeBSD 6.2. This is fixed in subversion, thanks! |
./autogen.sh Generating build information using autoconf This may take a while ... configure.in:44: warning: AC_CANONICAL_HOST invoked multiple times configure.in:32: error: possibly undefined macro: LT_RELEASE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:33: error: possibly undefined macro: LT_CURRENT configure.in:34: error: possibly undefined macro: LT_REVISION configure.in:35: error: possibly undefined macro: LT_AGE Couldn't find autoconf, aborting older svn version 4895 works well.