aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: 2b134619ce866bdbad3724854cce6cff27826cf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
AC_INIT([libocusts], [0.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