git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1082 0109f412-320b-0410-ab79-c3e0c5ffbbe6
14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
# -*- Autoconf -*-
|
|
# Process this file with autoconf to produce a configure script.
|
|
|
|
AC_PREREQ([2.62])
|
|
AC_INIT([flaim-projects],[1.0])
|
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
|
LT_PREREQ([2.2])
|
|
LT_INIT([dlopen])
|
|
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
AC_CONFIG_SUBDIRS([ftk flaim sql xflaim])
|
|
AC_CONFIG_FILES([Makefile])
|
|
AC_OUTPUT
|