Autogen: Difference between revisions

From CBLFS
Jump to navigationJump to search
Added documentation installation.
Line 27: Line 27:


  make install
  make install
To create and install the pdf documentation for Autogen:
make pdf &&
install -v -m755 -d /usr/share/doc/autogen-{{Autogen-Version}} &&
cp -v doc/autogen.pdf /usr/share/doc/autogen-{{Autogen-Version}}


== Multilib ==
== Multilib ==
Line 70: Line 75:
  mv /usr/bin/autoopts-config{,-64} &&
  mv /usr/bin/autoopts-config{,-64} &&
  ln -sfv multiarch_wrapper /usr/bin/autoopts-config
  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-{{Autogen-Version}} &&
cp -v doc/autogen.pdf /usr/share/doc/autogen-{{Autogen-Version}}


== Contents ==
== Contents ==

Revision as of 18:43, 28 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

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
Retrieved from "?title=Autogen&oldid=6472"