summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-07-01 17:38:06 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-07-10 16:00:55 +0400
commitd1e644e59ee5eb679a7118b35a055e1249d250e2 (patch)
treedd2af38e1db50e2c31553352ae379a85792209b3 /configure.ac
parent5e147cf09fe97d9488571e222f54e6ed5b7846ba (diff)
downloaddctrl-tools-d1e644e59ee5eb679a7118b35a055e1249d250e2.tar.gz
Added gnulib (argp)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9715107..17a9021 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,8 +6,10 @@ AM_INIT_AUTOMAKE([foreign subdir-objects dist-bzip2])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])
AC_PROG_CC_C99
+gl_EARLY
AC_USE_SYSTEM_EXTENSIONS
LT_INIT
+gl_INIT
AC_CHECK_PROG([PO4A],[po4a],[po4a],[no])
AM_CONDITIONAL([HAVE_PO4A], [test "x$PO4A" != "xno"])
@@ -27,9 +29,12 @@ AS_IF([test "x$enable_werror" != "xno"], [
AC_SUBST([GREP_ALIASES], ["grep-status grep-available grep-aptavail grep-debtags"])
+AC_CONFIG_HEADER([config.h])
AC_CONFIG_FILES([
Makefile
po/Makefile.in
+ gnulib/lib/Makefile
+ gnulib/po/Makefile.in
sync-available/sync-available
])