Autogen
From CBLFS
| 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: | None |
|---|---|
| Installed Libraries: | libglademm-2.4.so |
| Installed Directories: | /usr/lib/libglademm-2.4 |