summaryrefslogtreecommitdiffstats
path: root/unix/aclocal.m4
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-07-16 21:43:26 (GMT)
committerredman <redman@noemail.net>1999-07-16 21:43:26 (GMT)
commite2b62da1d22277821fe76cedeccc38a5d2e7e6ed (patch)
tree4f8b565ba625ce727831d04fecc6fc4f8fa26d2d /unix/aclocal.m4
parent612e943e85b683c8a8d91adafad2fc629c725909 (diff)
downloadtk-e2b62da1d22277821fe76cedeccc38a5d2e7e6ed.zip
tk-e2b62da1d22277821fe76cedeccc38a5d2e7e6ed.tar.gz
tk-e2b62da1d22277821fe76cedeccc38a5d2e7e6ed.tar.bz2
* unix/Makefile.in:
* win/Makefile.in: Copy the prolog.ps from the generic directory for install-libraries. * unix/aclocal.m4: Check for Alpha/Linux to set the IEEE flag to the compiler to be -mieee. Patch from Don Porter. FossilOrigin-Name: 61995a50492a62eda2701ad222f123bd835607ed
Diffstat (limited to 'unix/aclocal.m4')
-rw-r--r--unix/aclocal.m416
1 files changed, 3 insertions, 13 deletions
diff --git a/unix/aclocal.m4 b/unix/aclocal.m4
index cfebd58..eb24967 100644
--- a/unix/aclocal.m4
+++ b/unix/aclocal.m4
@@ -1,15 +1,3 @@
-dnl aclocal.m4 generated automatically by aclocal 1.4a
-
-dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-dnl This program is distributed in the hope that it will be useful,
-dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-dnl PARTICULAR PURPOSE.
-
#------------------------------------------------------------------------
# SC_PATH_TCLCONFIG --
#
@@ -713,6 +701,9 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
LDFLAGS=""
LD_SEARCH_FLAGS=""])
fi
+ if test "`uname -m`" = "alpha" ; then
+ EXTRA_CFLAGS="-mieee"
+ fi
;;
MP-RAS-02*)
SHLIB_CFLAGS="-K PIC"
@@ -1704,4 +1695,3 @@ AC_DEFUN(SC_TCL_LINK_LIBS, [
AC_SUBST(TCL_LIBS)
AC_SUBST(MATH_LIBS)
])
-