mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
Removed extra \ in HP-UX DSO command.
git-svn-id: file:///fltk/svn/fltk/trunk@402 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
dnl# -*- sh -*-
|
dnl# -*- sh -*-
|
||||||
dnl# the "configure" script is made from this by running GNU "autoconf"
|
dnl# the "configure" script is made from this by running GNU "autoconf"
|
||||||
dnl#
|
dnl#
|
||||||
dnl# "$Id: configure.in,v 1.32 1999/03/09 19:24:42 mike Exp $"
|
dnl# "$Id: configure.in,v 1.33 1999/03/10 14:22:29 mike Exp $"
|
||||||
dnl#
|
dnl#
|
||||||
dnl# Configuration script for the Fast Light Tool Kit (FLTK).
|
dnl# Configuration script for the Fast Light Tool Kit (FLTK).
|
||||||
dnl#
|
dnl#
|
||||||
@@ -67,7 +67,7 @@ if eval "test x$enable_shared = xyes"; then
|
|||||||
;;
|
;;
|
||||||
HP-UX*)
|
HP-UX*)
|
||||||
LIBNAME="libfltk.sl.1"
|
LIBNAME="libfltk.sl.1"
|
||||||
DSOCOMMAND="ld -b -z +h libfltk.sl.1 \$DEBUGFLAG -o"
|
DSOCOMMAND="ld -b -z +h libfltk.sl.1 $DEBUGFLAG -o"
|
||||||
ln -s libfltk.sl.1 lib/libfltk.sl
|
ln -s libfltk.sl.1 lib/libfltk.sl
|
||||||
;;
|
;;
|
||||||
OSF1*)
|
OSF1*)
|
||||||
@@ -235,5 +235,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
|
|||||||
AC_OUTPUT(makeinclude)
|
AC_OUTPUT(makeinclude)
|
||||||
|
|
||||||
dnl#
|
dnl#
|
||||||
dnl# End of "$Id: configure.in,v 1.32 1999/03/09 19:24:42 mike Exp $".
|
dnl# End of "$Id: configure.in,v 1.33 1999/03/10 14:22:29 mike Exp $".
|
||||||
dnl#
|
dnl#
|
||||||
|
|||||||
Reference in New Issue
Block a user