eflxx/eflxx/configure.ac

36 lines
447 B
Plaintext
Raw Normal View History

dnl Process this file with autoconf to produce a configure script.
dnl Created by Anjuta application wizard.
AC_INIT(eflxx, 0.1)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
AC_ISC_POSIX
AC_PROG_CXX
AC_PROG_CC
AC_HEADER_STDC
AM_PROG_LIBTOOL
AC_OUTPUT([
Makefile
include/Makefile
include/eflxx/Makefile
src/Makefile
eflxx.pc
eflxx-uninstalled.pc
])