From 54eef8f18df70458bcb3f28f92e46669f70a049e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 21 Jul 2008 13:27:37 +0000 Subject: fixed configure.ac svn path=/trunk/externals/zexy/; revision=10184 --- build/autoconf/configure.ac | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build/autoconf/configure.ac b/build/autoconf/configure.ac index eef1db3..371fcc2 100644 --- a/build/autoconf/configure.ac +++ b/build/autoconf/configure.ac @@ -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 @@ AC_CHECK_HEADERS(m_pd.h, , "--includedir="])) LFLAGS=${LDFLAGS} -AC_OUTPUT(Make.config) +AC_OUTPUT(../../src/Make.config) -touch zexyconf.h - -#rm -f conftest.* -- cgit v1.2.1