mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
merge with datasource branch
git-svn-id: http://svn.osgeo.org/qgis/trunk@520 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
47af50b1e3
commit
6c8dfaf437
@ -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
7
autogen.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user