Revision: 10184 http://pure-data.svn.sourceforge.net/pure-data/?rev=10184&view=rev Author: zmoelnig Date: 2008-07-21 13:27:37 +0000 (Mon, 21 Jul 2008)
Log Message: ----------- fixed configure.ac
Modified Paths: -------------- trunk/externals/zexy/build/autoconf/configure.ac
Modified: trunk/externals/zexy/build/autoconf/configure.ac =================================================================== --- trunk/externals/zexy/build/autoconf/configure.ac 2008-07-21 13:24:35 UTC (rev 10183) +++ trunk/externals/zexy/build/autoconf/configure.ac 2008-07-21 13:27:37 UTC (rev 10184) @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([zexy.h]) -AC_CONFIG_HEADER([zexyconf.h]) +AC_INIT([../../src/zexy.h]) +AC_CONFIG_HEADER([../../src/zexyconf.h])
LIBNAME=zexy
@@ -423,8 +423,5 @@ "--includedir=</path/to/pd/src/>"]))
LFLAGS=${LDFLAGS} -AC_OUTPUT(Make.config) +AC_OUTPUT(../../src/Make.config)
-touch zexyconf.h - -#rm -f conftest.*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.