File: configure.ac

package info (click to toggle)
gnome-games-extra-data 2.30.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,680 kB
  • ctags: 18
  • sloc: sh: 639; makefile: 81
file content (29 lines) | stat: -rw-r--r-- 584 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- Autoconf -*-

AC_PREREQ([2.53])

AC_INIT([GNOME Games Extra Data],
        [2.30.0],
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-games&component=general],
        [gnome-games-extra-data])

AC_CONFIG_SRCDIR([mahjongg/maya.png])

AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])

m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])

if test -z "$enable_maintainer_mode"; then
  enable_maintainer_mode=yes
fi
AM_MAINTAINER_MODE([enable])

AC_CONFIG_FILES([
Makefile
cards/Makefile
glines/Makefile
gnobots2/Makefile
iagno/Makefile
mahjongg/Makefile
])
AC_OUTPUT