summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 33e52b9db9b237933708a0829d5aa03c8deebe24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AC_INIT(apoc-template-packages, 0.6)

AM_INIT_AUTOMAKE

PKGSDIR=${datadir}/apoc/packages
AC_SUBST(PKGSDIR)

AC_OUTPUT([
Makefile
packages/Makefile
packages/Gnome2.6_pkg/Makefile
packages/Evolution1.4_pkg/Makefile
packages/Firefox1.5_pkg/Makefile
packages/StarOffice8_pkg/Makefile
])