~mordred/ubuntu/lucid/pandora-build/ppa

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# pandora-build 
# Copyright (C) 2009 Monty Taylor
# All rights reserved.
#
# Use and distribution licensed under the BSD license.  See
# the COPYING file in this directory for full text.

AC_INIT([pandora-build],PANDORA_CANONICAL_VERSION[.8], [http://launchpad.net/pandora-build])
AC_CONFIG_SRCDIR([m4/pandora_canonical.m4])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])

AM_INIT_AUTOMAKE(-Wall -Werror subdir-objects foreign)

AC_CONFIG_FILES(Makefile)

AC_OUTPUT