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

configure.ac - github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f19b0e348f854c786fe0bfc0251e63327e40159f (plain)
1
2
3
4
5
6
7
8
9
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