X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=configure.ac;h=9fe9d5f3875634ebd49ebf3aab7ab011b046ddf2;hp=e4abd81fd5a4476d3407bd7dc89ebaca10fad809;hb=c0fcba137d26486085ed5d4104b34d2c44978693;hpb=b80dafc8692debf6c1d8b6bafb80e30c3ae03f6e;ds=sidebyside diff --git a/configure.ac b/configure.ac index e4abd81f..9fe9d5f3 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ dnl of leftover numbers. Not something we need to worry about yet. ;-) m4_define([ginac_lt_current], [0]) m4_define([ginac_lt_revision], [0]) -AC_INIT([GiNaC], ginac_version, []) +AC_INIT([GiNaC], ginac_version, [ginac-list@ginac.de], [ginac], [http://www.ginac.de/]) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(ginac/basic.cpp) AC_CONFIG_AUX_DIR([config]) @@ -58,8 +58,9 @@ AC_DEFINE_UNQUOTED(ARCHIVE_VERSION, $ARCHIVE_VERSION, [Current GiNaC archive fil AC_DEFINE_UNQUOTED(ARCHIVE_AGE, $ARCHIVE_AGE, [GiNaC archive file version age]) dnl libtool versioning (We don't use libtool's age numbering since we promise -dnl to keep the binary interface compatible if only ginac_micro_version changes.) -LT_VERSION_INFO="ginac_lt_current:ginac_lt_revision:0" +dnl to keep the binary interface compatible if only ginac_micro_version changes. +dnl In effect, age==current.) +LT_VERSION_INFO="ginac_lt_current:ginac_lt_revision:ginac_lt_current" LT_RELEASE="ginac_release" AC_SUBST(LT_VERSION_INFO) @@ -103,6 +104,7 @@ GINAC_READLINE dnl Check for dl library (needed for GiNaC::compile). GINAC_EXCOMPILER +AM_CONDITIONAL(CONFIG_EXCOMPILER, [test "x${CONFIG_EXCOMPILER}" = "xyes"]) dnl Check for utilities needed by the different kinds of documentation. dnl Documentation needs only be built when extending it, so never mind if it @@ -117,6 +119,10 @@ AM_CONDITIONAL(CONFIG_TEX, [test ! \( -z "$LATEX" -o -z $"PDFLATEX" -o -z "$MAKE AC_PATH_PROG(FIG2DEV, fig2dev, "") AM_CONDITIONAL(CONFIG_FIG2DEV, [test ! -z "$FIG2DEV"]) +dnl generate boilerplate code for the (new) parser. +dnl Only developers need this tool. +AC_PATH_PROG(AUTOGEN, autogen, "") + dnl Output makefiles etc. AC_CONFIG_FILES([ Makefile