Autogen: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
----
----


== Introduction to Autogen ==
{{Blank-Package-Introduction}}


== Dependencies ==
== Dependencies ==
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 ==
Line 76: Line 86:
|-valign="top"
|-valign="top"
! Installed Programs:
! Installed Programs:
| None
| autogen autoopts-config columns getdefs xml2ag
|-valign="top"
|-valign="top"
! Installed Libraries:
! Installed Libraries:
| libglademm-2.4.so
| libguildopts.so libopts.so
|-valign="top"
|-valign="top"
! Installed Directories:
! Installed Directories:
| /usr/lib/libglademm-2.4
| /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