aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: b35f6abaf8251ee64c809b3c52f69a5962661268 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
AC_INIT([libocusts], [1.0.0])
AC_CONFIG_SRCDIR([src/locusts.c])
AC_CONFIG_MACRO_DIRS([m4])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AM_PROG_AR
LT_INIT

AC_CONFIG_FILES([GNUmakefile ocusts.pc])
AC_OUTPUT