Autogen: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added documentation installation. |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
---- | ---- | ||
{{Blank-Package-Introduction}} | |||
== Dependencies == | == Dependencies == | ||
| Line 94: | Line 94: | ||
| /usr/share/autogen | | /usr/share/autogen | ||
|} | |} | ||
[[Category:Programming]] | |||
Latest revision as of 15:39, 19 March 2009
| Download Source: | http://ftp.gnu.org/gnu/autogen/rel5.9.7/autogen-5.9.7.tar.bz2 |
|---|
Introduction to Autogen
Project Homepage: Unknown
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
To create and install the pdf documentation for Autogen:
make pdf && install -v -m755 -d /usr/share/doc/autogen-5.9.7 && cp -v doc/autogen.pdf /usr/share/doc/autogen-5.9.7
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
To create and install the pdf documentation for Autogen:
make pdf && install -v -m755 -d /usr/share/doc/autogen-5.9.7 && cp -v doc/autogen.pdf /usr/share/doc/autogen-5.9.7
Contents
| Installed Programs: | autogen autoopts-config columns getdefs xml2ag |
|---|---|
| Installed Libraries: | libguildopts.so libopts.so |
| Installed Directories: | /usr/share/autogen |