~cosmos-door/+junk/libkkc-data

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Mitsuya Shibata
  • Date: 2013-07-06 16:06:31 UTC
  • Revision ID: mty.shibata@gmail.com-20130706160631-rpwsfk1k5fvznehm
Initial commit of Debian packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2012-2013 Daiki Ueno <ueno@gnu.org>
 
2
# Copyright (C) 2012-2013 Red Hat, Inc.
 
3
 
 
4
# This program is free software: you can redistribute it and/or modify
 
5
# it under the terms of the GNU General Public License as published by
 
6
# the Free Software Foundation, either version 3 of the License, or
 
7
# (at your option) any later version.
 
8
 
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
# GNU General Public License for more details.
 
13
 
 
14
# You should have received a copy of the GNU General Public License
 
15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
16
 
 
17
AC_PREREQ(2.63)
 
18
AC_CONFIG_MACRO_DIR([m4])
 
19
 
 
20
AC_INIT([libkkc-data], [0.2.5], [ueno@gnu.org])
 
21
 
 
22
dnl Init automake
 
23
AM_INIT_AUTOMAKE([dist-xz no-dist-gzip silent-rules])
 
24
AM_MAINTAINER_MODE([enable])
 
25
AC_GNU_SOURCE
 
26
 
 
27
dnl Check for programs
 
28
AC_PROG_INSTALL
 
29
 
 
30
dnl Check python
 
31
AM_PATH_PYTHON
 
32
 
 
33
AC_CONFIG_FILES([Makefile
 
34
data/Makefile
 
35
data/models/Makefile
 
36
tools/Makefile])
 
37
AC_OUTPUT