aboutsummaryrefslogtreecommitdiff
path: root/rawhid/configure.ac
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-17 05:14:01 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-17 05:14:01 +0000
commit0b22baccbaed6f21d1752e2f6fca163a0fd44fa1 (patch)
tree552e5d86c5ac32bd6a78fa71efcbcd29f1071476 /rawhid/configure.ac
parent2b443898636e4366ae4d4cca6e3a8ef517adaca5 (diff)
some very crufty code from my first attempt at HID objects. It shall be deleted shortly, I just wanted to have it in CVS as a backup.
svn path=/trunk/externals/hcs/; revision=4434
Diffstat (limited to 'rawhid/configure.ac')
-rwxr-xr-xrawhid/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/rawhid/configure.ac b/rawhid/configure.ac
index f8a683a..9cf27b6 100755
--- a/rawhid/configure.ac
+++ b/rawhid/configure.ac
@@ -8,7 +8,7 @@ dnl the obligatory license
AC_COPYRIGHT([2003 Hans-Christoph Steiner <hans@eds.org> GNU GPL 2.0 or higher])
dnl get cvs revision
-AC_REVISION($Revision: 1.1 $)
+AC_REVISION($Revision: 1.2 $)
dnl check and make sure the source files are actually there
AC_CONFIG_SRCDIR([rawjoystick.c])
@@ -40,7 +40,7 @@ AC_TYPE_SIZE_T
# Checks for library functions.
AC_FUNC_ERROR_AT_LINE
-LD=ld
+#LD=ld
dnl
dnl OK, checks for machines are here now
@@ -64,9 +64,9 @@ then
CFLAGS="-O2"
DEFS="-DUNIX -DMACOSX"
EXT=pd_darwin
- INCLUDE="-I../../../pd/src -I. -I/usr/local/include"
+ INCLUDE="-I../../../pd/src -I. -I/sw/include"
LD=cc
- LFLAGS="-bundle -undefined suppress -flat_namespace"
+ LFLAGS="-bundle -bundle_loader ../../../pd/bin/pd -flat_namespace"
STRIPFLAGS=
fi