diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-10-03 08:52:05 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-10-03 08:52:05 +0000 |
commit | 28665f0a3e2467e6973cbdeae6a2e9cfdccab342 (patch) | |
tree | b267b9b9038711620327588b030fe5395d4e5428 | |
parent | 615e091387e8c081a2f11946983d1f617cac30da (diff) |
removed LT_PREREQ
on OSX-10.6 it seems that LT_PREREQ is not known...
since we have a lot of m4_ifdef anyhow, it's probably not needed
svn path=/trunk/externals/zexy/; revision=15483
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1ab0663..1cac5fa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,5 @@ 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]) |