#!/bin/sh
#
# Copyright 2004 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Copyright 2005, 2006 Scott Harmon
# Available under the terms of the GNU GPL.
#

NAME="autogen"
VERSION="5.10"
REVISION="2"

PKG_SANIFYNOTOUCH="nah"
PKG_SOURCEURL='http://$DLG_SFMIRROR.dl.sourceforge.net/sourceforge/$NAME/$NAME-$VERSION.tar.bz2'

. $DLG_ROOT/config
. $DLG_ROOT/SCRIPTS/dropline-functions.sh

cflags
cxxflags
prepare
analyzesource
if [ "$DLG_ARCH" == "x86-64"  ]
then
	configure --build=x86_64-slackware-linux
else
	configure --build=x86-slackware-linux
fi
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
