~saltmakrell/launchpad/fixtiles-osm-gps-map

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Package Import Robot
  • Author(s): Ilya Barygin
  • Date: 2011-12-31 11:16:10 UTC
  • mfrom: (1.1.6) (0.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20111231111610-zzpv0eoqpcl2iyz3
Tags: 0.7.3-1ubuntu1
* Merge from Debian testing, remaining changes:
  - debian/libosmgpsmap-dev.install: Don't install la-file (Policy 10.2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
test -z "$srcdir" && srcdir=.
6
6
 
7
7
PKG_NAME="osm-gps-map"
8
 
# REQUIRED_M4MACROS=introspection.m4
 
8
#REQUIRED_M4MACROS=introspection.m4
9
9
 
10
10
(test -f $srcdir/configure.ac) || {
11
11
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
18
18
        exit 1
19
19
}
20
20
 
21
 
. gnome-autogen.sh --enable-gtk-doc "$@"
 
21
REQUIRED_AUTOMAKE_VERSION=1.11 USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh --enable-gtk-doc "$@"
 
22
 
22
23