Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-11 18:37:57 +0400
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-11 18:37:57 +0400
commit2097417bb895abbd8671d10fe3b4a42c1339ed35 (patch)
treeafa9908cb1c60311a0ac4a88b551b0ace31ab47b /configure.ac
parent4f1900da245736cd85f3ccc2510b04ce07e1ae18 (diff)
Autotoolize poudriere to not depend anymore on bsd.*.mk
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 00000000..f19b0e34
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,10 @@
+AC_INIT([poudriere],[3.0.99],[https://fossil.etoilebsd.net/poudriere],[poudriere])
+AC_CONFIG_SRCDIR([configure.ac])
+AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability no-dist-gzip dist-xz])
+AM_SILENT_RULES([yes])
+
+AC_PROG_CC
+
+AC_CONFIG_FILES(Makefile)
+
+AC_OUTPUT