diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-09-29 19:57:55 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-09-29 19:57:55 +0000 |
commit | f85f531d05a0b92b86653513959e5e67d91ea4fc (patch) | |
tree | e27725c1eecf52b6e696be94f7bc664515e59bac | |
parent | c93778fab12c26af3d587ba38f25a5341ec9a1fc (diff) |
removed unused AC_SUBSTs
svn path=/trunk/externals/zexy/; revision=15418
-rw-r--r-- | configure.ac | 12 |
1 files 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=</path/to/pd> where to look for pd-headers and and -libs]) AC_ARG_WITH(extension,[ --with-extension=<ext> enforce a certain extension for the dynamic library (e.g. dll)]) AC_ARG_ENABLE(library,[ --disable-library split the library into single externals]) |