diff options
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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 ]) + |