summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2020-08-19 15:12:19 +0200
committerClint Adams <clint@debian.org>2020-08-19 15:12:19 +0200
commit5344719e01dc283a210299018ca33c005e5dbf45 (patch)
tree766f5d2744b4c51a7b27fa684fe68b46f3691b89 /configure.ac
debianutils (4.11.1) unstable; urgency=medium
* Mark smoke autopkgtest as superficial * run-parts: print version output to stdout instead of stderr. closes: #961872. [dgit import package debianutils 4.11.1]
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..e360104
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,12 @@
+AC_INIT([debianutils],[DEBIANUTILS_VERSION])
+AM_INIT_AUTOMAKE
+
+AC_PROG_CC
+
+AC_HEADER_STDC
+AC_CHECK_HEADERS(paths.h getopt.h)
+
+AC_SYS_LARGEFILE
+
+AC_CONFIG_FILES([Makefile po4a/Makefile po4a/de/Makefile po4a/es/Makefile po4a/fr/Makefile po4a/it/Makefile po4a/ja/Makefile po4a/pl/Makefile po4a/sl/Makefile])
+AC_OUTPUT