sandbox/misc/algotest/configure.ac

23 lines
291 B
Plaintext
Raw Normal View History

AC_PREREQ([2.68])
AC_INIT([libalgotune],
[1.0.0],
[kyle@imap.cc],
[],
[])
AM_INIT_AUTOMAKE([1.11 foreign])
LT_INIT
PKG_PROG_PKG_CONFIG
AC_CONFIG_SRCDIR([algotune.h])
AC_CONFIG_FILES([Makefile
libalgotune-1.pc])
AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_CC_C_O
AC_OUTPUT