View previous topic :: View next topic |
Author |
Message |
eclipsed n00b
Joined: 19 May 2002 Posts: 26
|
Posted: Thu May 30, 2002 7:10 pm Post subject: autoconf 1.3/2.52 confusion |
|
|
I'm attempting to build some stuff from kde's cvsup and am having a problem with autoconf versions. When I do and emerge -s autoconf it returns that I have version 2.52d-r1 installed, However when I do a make -f Makefile.cvs it breaks saying that I have 2.13 installed and not the required 2.5x. How can I force the system to see the 2.52d-r1 version? TIA.
-Adam |
|
Back to top |
|
|
eclipsed n00b
Joined: 19 May 2002 Posts: 26
|
Posted: Fri May 31, 2002 8:23 am Post subject: |
|
|
In case anyone else runs into this problem try Code: | export WANT_AUTOCONF_2_5="1" | That fixed it for me... |
|
Back to top |
|
|
|