From: Jens Vollinga Date: Sun, 22 May 2011 13:49:50 +0000 (+0200) Subject: Removed autogen stuff from the configuration. X-Git-Tag: release_1-6-0~2 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=89d1222669c6fbfcf91b50120a042dbe7d73e35f;hp=d8b5a1f3ff5a6b7e89f4dd00b92779f178089299 Removed autogen stuff from the configuration. --- diff --git a/configure.ac b/configure.ac index 19c1c506..8f53a071 100644 --- a/configure.ac +++ b/configure.ac @@ -126,12 +126,6 @@ AS_IF([test -z "$DOXYGEN"], AS_IF([test -z "$LATEX" -o -z "$PDFLATEX" -o -z "$DVIPS"], [GINAC_WARNING([Some documentation formats may not build, because latex/pdflatex/dvips is missing.])]) -dnl generate boilerplate code for the (new) parser. -dnl Only developers need this tool. -AC_PATH_PROG(AUTOGEN, autogen, "") -AC_CHECK_FILE([ginac/parser/builtin_fcns.cpp], [], - [AS_IF([test -z "$AUTOGEN"], [GINAC_ERROR([Source will not compile, because autogen is missing.])])]) - dnl Output makefiles etc. AC_CONFIG_FILES([ Makefile