git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use "rpmbuild" instead of "rpm"
[ginac.git]
/
configure.ac
diff --git
a/configure.ac
b/configure.ac
index b23d9ce0ac977a23de1ed9be3ed7d213029cd4a5..dd4eadecbcd80643616fcd7b05fcb35de56a23bb 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-18,11
+18,11
@@
dnl NOTE: these can't be renamed to GINAC_MAJOR_VERSION etc. because
dnl autoconf sees "AC_MAJOR_VERSION" and complains about an undefined macro
dnl (don't we all *love* M4?)...
dnl autoconf sees "AC_MAJOR_VERSION" and complains about an undefined macro
dnl (don't we all *love* M4?)...
-GINACLIB_MAJOR_VERSION=
0
-GINACLIB_MINOR_VERSION=
9
-GINACLIB_MICRO_VERSION=4
+GINACLIB_MAJOR_VERSION=
1
+GINACLIB_MINOR_VERSION=
0
+GINACLIB_MICRO_VERSION=
1
4
GINACLIB_INTERFACE_AGE=1
GINACLIB_INTERFACE_AGE=1
-GINACLIB_BINARY_AGE=1
+GINACLIB_BINARY_AGE=1
4
GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
AC_SUBST(GINACLIB_MAJOR_VERSION)
GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
AC_SUBST(GINACLIB_MAJOR_VERSION)
@@
-131,7
+131,7
@@
AC_SUBST(GINACLIB_CPPFLAGS)
AC_SUBST(GINACLIB_LIBS)
dnl Check for utilities needed by the different kinds of documentation.
AC_SUBST(GINACLIB_LIBS)
dnl Check for utilities needed by the different kinds of documentation.
-dnl Docum
a
ntation needs only be built when extending it, so never mind if it
+dnl Docum
e
ntation needs only be built when extending it, so never mind if it
dnl cannot find those helpers:
AC_PATH_PROG(DOXYGEN, doxygen, "")
AC_PATH_PROG(LATEX, latex, "")
dnl cannot find those helpers:
AC_PATH_PROG(DOXYGEN, doxygen, "")
AC_PATH_PROG(LATEX, latex, "")