We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 833 - CentOS5 SDL_mixer svn ver 4979: autogen.sh: Couldn't find autoconf, aborting
Summary: CentOS5 SDL_mixer svn ver 4979: autogen.sh: Couldn't find autoconf, aborting
Status: RESOLVED FIXED
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-09 04:20 UTC by Andrey
Modified: 2009-10-10 02:58 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey 2009-10-09 04:20:35 UTC
./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.
Comment 1 Sam Lantinga 2009-10-09 23:38:05 UTC
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?
Comment 2 Andrey 2009-10-10 00:40:52 UTC
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.
Comment 3 Sam Lantinga 2009-10-10 00:53:21 UTC
Can you go back to the older svn version and run autogen.sh and show me what it says?

Thanks!
Comment 4 Andrey 2009-10-10 01:29:14 UTC
(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
Comment 5 Sam Lantinga 2009-10-10 02:47:44 UTC
Wacky, I'm getting the same error with SDL 1.2 from subversion on FreeBSD 6.2.
Comment 6 Sam Lantinga 2009-10-10 02:58:52 UTC
This is fixed in subversion, thanks!