summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 27d22b3cc3d6f6648d35818ecc561afac9e6a4eb (plain)
1
2
3
4
5
6
7
8
9
10
AC_INIT([debianutils],[DEBIANUTILS_VERSION])
AM_INIT_AUTOMAKE

AC_PROG_CC

AC_HEADER_STDC
AC_CHECK_HEADERS(paths.h getopt.h)

AC_CONFIG_FILES([Makefile po4a/Makefile po4a/fr/Makefile po4a/sl/Makefile po4a/de/Makefile po4a/es/Makefile po4a/ja/Makefile])
AC_OUTPUT