aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-09 08:17:31 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 11:02:57 +1000
commit3cfb6f5e312305d7641340917a251606efdf4611 (patch)
tree44d9ee99f3a57b0c0cbef3252e082a131715c085 /jim.h
parente7beda66d79f1016865c83aad261b5d1558a7187 (diff)
downloadjimtcl-3cfb6f5e312305d7641340917a251606efdf4611.zip
jimtcl-3cfb6f5e312305d7641340917a251606efdf4611.tar.gz
jimtcl-3cfb6f5e312305d7641340917a251606efdf4611.tar.bz2
Add install target to Makefile
This also respects CFLAGS and LDFLAGS from configure and allows them to be overriden on the make command line Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim.h b/jim.h
index 00b3a24..6c7a8e8 100644
--- a/jim.h
+++ b/jim.h
@@ -90,7 +90,7 @@ extern "C" {
#endif
#ifndef HAVE_NO_AUTOCONF
-#include <autoconf.h>
+#include <jimautoconf.h>
#endif
#if defined(HAVE_DLOPEN)