On June 28, 2002 09:15 pm, Collins wrote: <snip> > 1. su - > 2. cd to desired directory to hold cvs image > 3. cvs -z3 > -d:pserver:[EMAIL PROTECTED]:/cvsroot/xfce co > xfce-stable (it really helps if you have installed cvs <grin>) 4. cd > to directory downloaded (xfce-stable) > 6. ./autogen.sh --prefix=/usr \ > --datadir=/usr/share \ > --sysconfdir=/etc/X11 \ > --enable-xft \ > --enable-taskbar \ > --enable-gdm && \ > make [-k] install-strip (the -k is needed for some later versions > of autoconf) <snip>
When doing the above, I encountered the fact that RH 7.3 has two versions of autoconf installed: <snip> automake: creating textures/Makefile.in automake: reading fonts/Makefile.am automake: creating fonts/Makefile.in FATAL ERROR: Autoconf version 2.52 or higher is required for this scrip <snip> # rpm -qa|grep autoconf autoconf-2.13-17 autoconf253-2.53-3 # which autoconf /usr/bin/autoconf # which autoconf-2.53 /usr/bin/autoconf-2.53 Obviously, I need to get it to call the correct version of autoconf and that, therefore, is my question: How *do* I get it to call /usr/bin/autoconf-2.53 instead of the default version? Do I need to edit a file before running make? Which file? TIA, Myles -- Myles Green Calgary AB Canada Alberta linux-sxs.org Mirror: http://dgtech-solutions.com/sxs/ _______________________________________________ Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
