Autogen: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
|||
| Line 76: | Line 76: | ||
|-valign="top" | |-valign="top" | ||
! Installed Programs: | ! Installed Programs: | ||
| | | autogen autoopts-config columns getdefs xml2ag | ||
|-valign="top" | |-valign="top" | ||
! Installed Libraries: | ! Installed Libraries: | ||
| | | libguildopts.so libopts.so | ||
|-valign="top" | |-valign="top" | ||
! Installed Directories: | ! Installed Directories: | ||
| /usr/ | | /usr/share/autogen | ||
|} | |} | ||
Revision as of 13:14, 26 December 2006
| Download Source: | http://ftp.gnu.org/gnu/autogen/rel5.9.7/autogen-5.9.7.tar.bz2 |
|---|
Introduction to Autogen
Dependencies
Optional
Non-Multilib
Compile the package:
sed -i 's/SCM_MINOR_VERSION) > 107/SCM_MINOR_VERSION) > 108/g' configure && ./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Compile the package:
sed -i 's/SCM_MINOR_VERSION) > 107/SCM_MINOR_VERSION) > 108/g' configure &&
CC="gcc ${BUILD32}" USE_ARCH=32 \
./configure --prefix=/usr &&
make
Install the package:
make install &&
mv /usr/bin/autoopts-config{,-32}
N32
Compile the package:
CC="gcc ${BUILDN32}" USE_ARCH=n32 \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make
Install the package:
make install &&
mv /usr/bin/autoopts-config{,-n32}
64Bit
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=64 \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make
Install the package:
make install &&
mv /usr/bin/autoopts-config{,-64} &&
ln -sfv multiarch_wrapper /usr/bin/autoopts-config
Contents
| Installed Programs: | autogen autoopts-config columns getdefs xml2ag |
|---|---|
| Installed Libraries: | libguildopts.so libopts.so |
| Installed Directories: | /usr/share/autogen |