Add format attributes to functions with format strings
[argpar.git] / configure.ac
CommitLineData
7ac57709
SM
1AC_INIT([argpar], [1])
2AM_INIT_AUTOMAKE([foreign])
3LT_INIT
4
5AC_CONFIG_MACRO_DIRS([m4])
6
7# Depend on glib just for the tests.
8PKG_CHECK_MODULES([GLIB], [glib-2.0])
9
10AC_CONFIG_FILES([
11 Makefile
12 argpar/Makefile
13 tests/Makefile
14 tests/tap/Makefile
15])
16
17AC_OUTPUT
This page took 0.022123 seconds and 4 git commands to generate.