From: guido Date: Wed, 10 Jul 2002 08:14:27 +0000 (+0000) Subject: Provide reasonable arguments to AC_INIT X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a5944f0c1e7e00f7521c4d6ff9c78b6e48a8ec3;p=dealii-svn.git Provide reasonable arguments to AC_INIT git-svn-id: https://svn.dealii.org/trunk@6240 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure.in b/deal.II/configure.in index ee8b6589e8..c89ce7f817 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -24,7 +24,7 @@ define([AC_CACHE_LOAD], )dnl define([AC_CACHE_SAVE], )dnl AC_REVISION($Revision$) AC_PREREQ(2.50) -AC_INIT(base) +AC_INIT(deal.II, 3.5, dealii@dealii.org) dnl Where the output config file is located AC_CONFIG_HEADER(base/include/base/config.h)