configure.ac
author Guido Berhoerster <guido+openindiana@berhoerster.name>
Sun, 03 Oct 2010 19:34:45 +0200
changeset 2 41e4dd8ea4a7
parent 0 43e43bf23a7a
permissions -rw-r--r--
moved logos so they are not cut off in non-widescreen resolutions and bumped version

dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([openindiana-backgrounds],
        [0.1.1],
        [https://bugs.launchpad.net/openindiana],
        [openindiana-backgrounds],
        [http://openindiana.org/])
AM_INIT_AUTOMAKE([foreign tar-ustar dist-bzip2])
AM_MAINTAINER_MODE
AC_CONFIG_SRCDIR([data/openindiana-backgrounds.xml.in.in])

AC_PROG_INSTALL
AC_PROG_SED
IT_PROG_INTLTOOL([0.40.0])

GETTEXT_PACKAGE=openindiana-backgrounds
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,
                   "${GETTEXT_PACKAGE}",
                   [the gettext translation domain])
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.17])

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile
        po/Makefile.in
        data/Makefile])
AC_OUTPUT