~ubuntu-art-pkg/edgy-session-splashes/ubuntu

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)

AC_INIT([edgy-session-splashes], [0.4])
AC_CONFIG_SRCDIR(ubuntu-blubuntu.png,ubuntu-peace.png,ubuntu-slick.png,ubuntu-smooth.png,ubuntu-tropic.png)

AM_INIT_AUTOMAKE([1.9 tar-ustar])

PKG_PROG_PKG_CONFIG([0.19])

# Workaround to make aclocal get the right flags
AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")

# Define the toplevel path here
AC_SUBST(splashdir, "\${datadir}/pixmaps/splash")

AC_CONFIG_FILES([
Makefile
])	

AC_OUTPUT