You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
447 B
35 lines
447 B
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 |
|
])
|
|
|