Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31016 - Syntax for WANT_AUTOCONF should be similar to WANT_AUTOMAKE
Summary: Syntax for WANT_AUTOCONF should be similar to WANT_AUTOMAKE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 32830
  Show dependency tree
 
Reported: 2003-10-13 01:00 UTC by Victor Toni
Modified: 2003-11-07 15:47 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Toni 2003-10-13 01:00:44 UTC
automake installs multiple versions which can be selected with WANT_AUTOMAKE=xxx
WANT_AUTCONF has a different syntax (WANT_AUTCONF_xxx=1) which is unexpected 
and less intuitive.


Reproducible: Always
Steps to Reproduce:
1. export WANT_AUTOMAKE=1.7; emerge automake; automake --version
2. export WANT_AUTOCONF=2.5; emerge autoconf; autoconf --version
3. export WANT_AUTOCONF_2_5=1; emerge autoconf; autoconf --version


Actual Results:  
1.:
automake (GNU automake) 1.7.7
Written by Tom Tromey <tromey@redhat.com>.
...

2.:
Autoconf version 2.13

3.:
autoconf (GNU Autoconf) 2.57a
Written by David J. MacKenzie and Akim Demaille.
...


Expected Results:  
export WANT_AUTOCONF=2.5; emerge autoconf; autoconf --version

autoconf (GNU Autoconf) 2.57a
Written by David J. MacKenzie and Akim Demaille.
...


I would even more expect that "emerge autoconf" results in the installation of 
the most current autoconf as default.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-11-07 15:47:38 UTC
Changed for autoconf-2.58.