blob: 5e1bf4be6f3117eddb39229a7c536a60ce4e6587 (
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])
AC_OUTPUT
|