summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 79cc95b6fd6e1e5359e298e3e7c386844711fd53 (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])
AC_OUTPUT