HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of sys-devel/autoconf/2.13/1


Ignore:
Timestamp:
02/22/09 19:17:42 (6 years ago)
Author:
mmadia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sys-devel/autoconf/2.13/1

    v1 v2  
    1   
     1wget [http://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz http://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz] 
     2 
     3cp /boot/common/share/libtool/config/config.guess .[[BR]] 
     4cp /boot/common/share/libtool/config/config.sub .[[BR]] 
     5 
     6configure --prefix=/boot/apps/autoconf-2.13[[BR]] 
     7make[[BR]] 
     8make install  [[BR]] 
     9 
     10Note: a prefix of /boot/apps/autoconf-2.13 is used to prevent collision with the newer version of autoconf.[[BR]] 
     11To easily use autoconf 2.13 to on a source tree,[[BR]] 
     12export AUTOCONF="/boot/apps/autoconf-2.13/bin/autoconf --macro-dir=/boot/apps/autoconf-2.13/share/autoconf" [[BR]] 
     13then run `$AUTOCONF` instead of `autoconf`[[BR]] 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/