autogen.sh
author Jayson Vantuyl <jvantuyl@engineyard.com>
Wed, 25 Mar 2009 11:28:18 -0700
changeset 596 9096d2549372
parent 582 e25522f3c098
child 634 bf5a813120aa
permissions -rwxr-xr-x
Removed Dangerous Instructions

#!/bin/sh
# Run this to generate all the initial makefiles, etc.

: ${AUTORECONF=autoreconf}
: ${GTKDOCIZE=gtkdocize}

$GTKDOCIZE || exit 1
$AUTORECONF --install || exit 1