]> www.ginac.de Git - ginac.git/blobdiff - configure.ac
Removed autogen stuff from the configuration.
[ginac.git] / configure.ac
index fa8ab0e1542778400c6595d164ced5a5771a25e5..8f53a071c2a3b2b87e59a67ff6d69747332dc307 100644 (file)
@@ -61,13 +61,7 @@ AC_DEFINE_UNQUOTED(ARCHIVE_AGE, $ARCHIVE_AGE, [GiNaC archive file version age])
 
 dnl libtool versioning
 LT_VERSION_INFO="ginac_lt_current:ginac_lt_revision:ginac_lt_age"
-dnl TODO: remove LT_RELEASE after ABI gets changed. We used to set
-dnl LT_RELEASE (for no good reason), omitting it right now would
-dnl result in a spurious SONAME change.
-LT_RELEASE="1.5"
-
 AC_SUBST(LT_VERSION_INFO)
-AC_SUBST(LT_RELEASE)
 
 dnl Check for the compiler and all the utilities needed for the build.
 AC_PROG_CXX
@@ -132,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