merge with datasource branch

git-svn-id: http://svn.osgeo.org/qgis/trunk@520 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-01-19 18:26:15 +00:00
parent 47af50b1e3
commit 6c8dfaf437
2 changed files with 8 additions and 1 deletions

View File

@ -9,4 +9,4 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#EXTRA_DIST = reconf configure
SUBDIRS = src
SUBDIRS = src providers plugins

7
autogen.sh Executable file
View File

@ -0,0 +1,7 @@
#!/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