autogen - Automated text file generator ChangeLog

HOWTO


# GNU AutoGen 5.9.5
# =================
# Prerequisites:
# Guile
# libxml2

# AutoGen is also available here:
# http://ftp.gnu.org/gnu/autogen/rel5.9.5/
# (and any GNU mirror)

cd
test -f installed/autogen-5.9.5.tar.bz2 &&
mv installed/autogen-5.9.5.tar.bz2 .
test ! -f autogen-5.9.5.tar.bz2 &&
wget http://downloads.sf.net/autogen/autogen-5.9.5.tar.bz2

# Verify tarball w/ md5sum:
echo "fa375a4346e56e1d7a890a6ee82d2a63  autogen-5.9.5.tar.bz2" | md5sum -c

mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "autogen-*" -exec rm -r {} \;
tar xjvf ~/autogen-5.9.5.tar.bz2
cd autogen-5.9.5
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc
make
su -c "make install ; ldconfig"
cd
mkdir -p -m 0700 installed
rm -f installed/autogen-*.tar.*
mv autogen-5.9.5.tar.bz2 installed/


# If you ever want to uninstall autogen, this should do it:
cd
su
test -d src/autogen-* && ( cd src/autogen-* ; make uninstall )
( /usr/bin ; rm -f autogen autoopts-config columns getdefs xml2ag )
( /usr/lib ; rm -f libguileopts.* libopts.* )
( /usr/man/man1 ; rm -f autogen.1 autoopts-config.1 columns.1 getdefs.1 \
xml2ag.1 )
( /usr/man/man3 ; rm -f ao_string_tokenize.3 configFileLoad.3 \
optionFileLoad.3 optionFindNextValue.3 optionFindValue.3 optionFree.3 \
optionGetValue.3 optionLoadLine.3 optionNextValue.3 optionProcess.3 \
optionRestore.3 optionSaveFile.3 optionSaveState.3 optionUnloadNested.3 \
optionVersion.3 strequate.3 streqvcmp.3 streqvmap.3 strneqvcmp.3 \
strtransform.3 )
( /usr/share/aclocal ; rm -f autoopts.m4 liboptschk.m4 )
test -d /usr/share/autogen && rm -r /usr/share/autogen
rm -f /usr/info/autogen.info /usr/lib/pkgconfig/autoopts.pc
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "autogen-*" -exec rm -r {} \;
rm -f ~/installed/autogen-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2008-05-26 12:35am
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]