summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 056fe2af2a552acbf8df3fd30a6108a84c5949ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AC_INIT([libstage], [1.0], [vcaputo@pengaru.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AM_PROG_CC_C_O
AM_PROG_AR
AC_PROG_RANLIB
AM_SILENT_RULES([yes])

AC_CONFIG_FILES([
 Makefile
 src/Makefile
])
AC_OUTPUT
© All Rights Reserved