Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#12664 closed defect (worksforme)

autoconf reports incorrect version

Reported by: mle tools@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.5.0
Keywords: Cc:
Port:

Description

Installed autoconf:

mle@miles > sudo port install autoconf 
--->  Fetching autoconf
--->  Verifying checksum(s) for autoconf
--->  Extracting autoconf
--->  Configuring autoconf
--->  Building autoconf with target all
--->  Staging autoconf into destroot
--->  Installing autoconf 2.61_1
--->  Activating autoconf 2.61_1
--->  Cleaning autoconf

Then run it:

mle@miles > autoconf --version
autoconf (GNU Autoconf) 2.59

It reports version 2.59, but 2.61 was (supposedly installed).

I'm trying to autoconf something that requres autoconf >= 2.60.

Change History (3)

comment:1 Changed 17 years ago by afb@…

Seems your PATH is wrong...

$ /usr/bin/autoconf --version
autoconf (GNU Autoconf) 2.59
$ /opt/local/bin/autoconf --version
autoconf (GNU Autoconf) 2.61

comment:2 Changed 17 years ago by nox@…

Milestone: Port Bugs
Resolution: worksforme
Status: newclosed

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.