diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-10-03 08:27:14 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-10-03 08:27:14 +0000 |
commit | e3cbb302243bcbc142dcf9113dd801956b0eddf3 (patch) | |
tree | 8effe70c6448a0dcfed699fd4279ce7555d58f7f | |
parent | bbadbcc5011abc1ec034257cda293112ebe284d4 (diff) |
LT_PREREQ
svn path=/trunk/externals/zexy/; revision=15480
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 057a635..5fc7688 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) +LT_PREREQ([2.2.4]) AC_INIT([zexy], [2.2.5], [zmoelnig@iem.at], [zexy], [http://get.puredata.info/zexy]) AM_INIT_AUTOMAKE([1.10 foreign]) |