aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorconversy2003-10-07 13:12:44 +0000
committerconversy2003-10-07 13:12:44 +0000
commit48a64c35c5d01e79e87f49b8581038eecdee239a (patch)
treec11aca0732c158c85c4591ff15c13ec5f1b762c7 /aclocal.m4
parent45f3c83d58945f998aedeb7d3d0f9f2fb7cf6c21 (diff)
downloadtkzinc-48a64c35c5d01e79e87f49b8581038eecdee239a.zip
tkzinc-48a64c35c5d01e79e87f49b8581038eecdee239a.tar.gz
tkzinc-48a64c35c5d01e79e87f49b8581038eecdee239a.tar.bz2
tkzinc-48a64c35c5d01e79e87f49b8581038eecdee239a.tar.xz
*** empty log message ***
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m416
1 files changed, 15 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index c756434..eb9be5c 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,3 +1,16 @@
+# generated automatically by aclocal 1.7.4 -*- Autoconf -*-
+
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
+# Free Software Foundation, Inc.
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
#
# Include the TEA standard macro set
#
@@ -123,7 +136,7 @@ AC_DEFUN(ZINC_ENABLE_GL, [
Om_LIB_FILE=om.dll
bin_BINARIES="\$(Om_LIB_FILE) ${bin_BINARIES}"
else
- Om_LIB_FILE=libom.so
+ Om_LIB_FILE=libom${TCL_SHLIB_SUFFIX}
aux_BINARIES="\$(Om_LIB_FILE) ${bin_BINARIES}"
fi
AC_DEFINE(OM)
@@ -173,3 +186,4 @@ AC_DEFUN(ZINC_ENABLE_SHAPE, [
fi
fi
])
+