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 2 and Version 3 of dev-libs/gmp/4.2.4


Ignore:
Timestamp:
12/28/08 17:49:52 (7 years ago)
Author:
scottmc
Comment:

added in AC_CONFIG_MACRO_DIR([m4]) addition into configure.ac due to libtool 2.x

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/gmp/4.2.4

    v2 v3  
    11Config.guess/config.sub have been updated in this version, but we still need to run the libtoolize and company to get a shared lib built: 
    2     * libtoolize --force --copy 
    3     * aclocal 
    4     * autoconf 
    5     * automake --add-missing 
    6     * ./configure --prefix=/boot/common 
    7     * make 
    8     * make install 
    9     * make check  
     2 * libtoolize --force --copy 
     3 * add AC_CONFIG_MACRO_DIR([m4]) to configure.ac after an AC_INIT line 
     4 * aclocal -I m4 
     5 * automake --add-missing 
     6 * ./configure --prefix=/boot/common 
     7 * make 
     8 * make install 
     9 * make check  
    1010 
    1111Make sure make check passes all tests otherwise the binary is suspect. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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