QGIS/qgis/autogen.sh
gsherman 5c44649581 merge with datasource branch
git-svn-id: http://svn.osgeo.org/qgis/trunk@520 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-19 18:26:15 +00:00

8 lines
207 B
Bash
Executable File

#!/bin/sh
echo Configuring build environment for QGIS
aclocal \
&& libtoolize --force --copy \
&& automake --add-missing --foreign --copy \
&& autoconf \
&& echo Now run configure to configure QGIS