diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-10-03 08:21:11 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-10-03 08:21:11 +0000 |
commit | bbadbcc5011abc1ec034257cda293112ebe284d4 (patch) | |
tree | 113303a4577245373929c72cf1e47031c6559540 | |
parent | 203a613816f6a64aeb50bb9b5a2492353f0aac45 (diff) |
require at leat autoconf-2.60
svn path=/trunk/externals/zexy/; revision=15479
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 323bf50..057a635 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ dnl Process this file with autoconf to produce a configure script. +AC_PREREQ([2.60]) AC_INIT([zexy], [2.2.5], [zmoelnig@iem.at], [zexy], [http://get.puredata.info/zexy]) AM_INIT_AUTOMAKE([1.10 foreign]) |