From 89d1222669c6fbfcf91b50120a042dbe7d73e35f Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Sun, 22 May 2011 15:49:50 +0200 Subject: [PATCH 1/1] Removed autogen stuff from the configuration. --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.44.0