mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
22 lines
525 B
Plaintext
22 lines
525 B
Plaintext
# Automatically Generated/Maintained by EDE.
|
|
#
|
|
# YOU MAY MODIFY THIS FILE
|
|
# Hand made changes in some sections will be preserved
|
|
# by EDE when this file is updated.
|
|
#
|
|
# EDE is the Emacs Development Environment.
|
|
# http://cedet.sourceforge.net/ede.shtml
|
|
#
|
|
# Process this file with autoconf to produce a configure script
|
|
|
|
AC_INIT(Project.ede)
|
|
AM_INIT_AUTOMAKE([TMP], [1.0])
|
|
AM_CONFIG_HEADER(config.h)
|
|
AC_PROG_CXX
|
|
|
|
PKG_CHECK_MODULES([EIGEN3],[eigen3 >= 0.1])
|
|
|
|
|
|
# End the configure script.
|
|
AC_OUTPUT(Makefile, [date > stamp-h] )
|