Lowered required autoconf version to 2.59.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-02-01 20:42:39 +01:00
parent 08671a1d6d
commit 9f49fca32e

View File

@ -1,7 +1,7 @@
# -*- Autoconf -*- # -*- Autoconf -*-
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65]) AC_PREREQ([2.59])
AC_INIT([OPM Polymer Module], [0.1], [atgeirr@sintef.no],dnl AC_INIT([OPM Polymer Module], [0.1], [atgeirr@sintef.no],dnl
[opmpolymer], [https://public.ict.sintef.no/opm/hg/opm-polymer]) [opmpolymer], [https://public.ict.sintef.no/opm/hg/opm-polymer])