fakeroute/configure.ac

14 lines
277 B
Plaintext

ss this file with autoconf to produce a configure script.
AC_INIT(src/Fakeroute.cpp)
dnl Setup for automake
AM_INIT_AUTOMAKE(fakeroute, 0.3)
dnl Check for tools
AC_PROG_CC
AC_PROG_CXX
AC_PROG_INSTALL
# Finally create all the generated files
AC_OUTPUT(Makefile src/Makefile)