From f85f531d05a0b92b86653513959e5e67d91ea4fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 29 Sep 2011 19:57:55 +0000 Subject: removed unused AC_SUBSTs svn path=/trunk/externals/zexy/; revision=15418 --- configure.ac | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index 097c765..b4e234e 100644 --- a/configure.ac +++ b/configure.ac @@ -21,21 +21,13 @@ dnl Checks for programs. AC_PROG_CC AC_LIBTOOL_WIN32_DLL -AC_SUBST(STK) AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(DEFS) -AC_SUBST(LFLAGS) -AC_SUBST(EXTENSION) -AC_SUBST(LD) -AC_SUBST(STRIP) -AC_SUBST(STRIPFLAGS) -AC_SUBST(LIBRARY_VERSION) -AC_SUBST(BUILDLIBRARY) -AC_SUBST(REFERENCEPATH) -AC_SUBST(PDLIBDIR) AC_SUBST(INCLUDES) +AC_SUBST(EXTENSION) + AC_ARG_WITH(pd, [ --with-pd= where to look for pd-headers and and -libs]) AC_ARG_WITH(extension,[ --with-extension= enforce a certain extension for the dynamic library (e.g. dll)]) AC_ARG_ENABLE(library,[ --disable-library split the library into single externals]) -- cgit v1.2.1