]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove some messing with version numbers that does not seem to work
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Sep 2002 23:37:54 +0000 (23:37 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Sep 2002 23:37:54 +0000 (23:37 +0000)
any more with newer autoconfs.

git-svn-id: https://svn.dealii.org/trunk@6381 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure.in

index 4ab83ce6a7b2f34ed69cc29ce92cf68b1543c274..1ccd67dde6528d2ebfd34e3ebb8708a61259efe8 100644 (file)
@@ -23,12 +23,11 @@ dnl clearing the cache
 define([AC_CACHE_LOAD], )dnl
 define([AC_CACHE_SAVE], )dnl
 
-dnl Version numbers
+AC_INIT([deal.II], [], [dealii@dealii.org])
 
-DEAL_II_VERSION="`cat Version`"
 AC_REVISION($Revision$)
 AC_PREREQ(2.50)
-AC_INIT(deal.II, $DEAL_II_VERSION, dealii@dealii.org)
+
 
 dnl Where the output config file is located
 AC_CONFIG_HEADER(base/include/base/config.h)
@@ -47,6 +46,9 @@ dnl    Set the path to the deal.II libraries to `pwd`
 DEAL2_DIR=`pwd`
 AC_SUBST(DEAL2_DIR)
 
+dnl Version numbers
+DEAL_II_VERSION="`cat Version`"
+
 dnl    Set major and minor version numbers of the deal.II library,
 dnl    both as preprocessor variables and in Makefiles
 DEAL_II_MAJOR=`cat Version | perl -pi -e 's/^(\d+)\..*/$1/;'`

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.