Files
uLib/tmp/CodeLoop/configure.ac
Andrea Rigoni 99e771a223 [uLib Geometry]
non working version!

+ adds ProgrammableAccessor
+ renaming of some Image structures ...
2014-11-03 10:27:52 +00:00

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] )