mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
Autoconf sucks - can't redefine BORDER_WIDTH to another value in config.h...
Removed --enable-windows-style option. git-svn-id: file:///fltk/svn/fltk/trunk@47 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+2
-6
@@ -1,7 +1,7 @@
|
||||
dnl# -*- sh -*-
|
||||
dnl# the "configure" script is made from this by running GNU "autoconf"
|
||||
dnl#
|
||||
dnl# "$Id: configure.in,v 1.7 1998/10/21 20:56:42 mike Exp $"
|
||||
dnl# "$Id: configure.in,v 1.8 1998/10/21 21:41:41 mike Exp $"
|
||||
dnl#
|
||||
dnl# for the Fast Light Tool Kit (FLTK).
|
||||
dnl#
|
||||
@@ -66,9 +66,6 @@ if eval "test x$enable_shared = xyes"; then
|
||||
;;
|
||||
esac
|
||||
fi])
|
||||
AC_ARG_ENABLE(winstyle, [ --enable-windows-style turn on windows look-n-feel [default=no]],if eval "test x$enable_winstyle = xyes"; then
|
||||
BORDER_WIDTH=2
|
||||
fi)
|
||||
|
||||
if test -n "$CFLAGS"; then
|
||||
CFLAGS="$DEBUGFLAG $CFLAGS"
|
||||
@@ -138,7 +135,6 @@ fi
|
||||
|
||||
MAKEDEPEND="\$(CXX) -M"
|
||||
|
||||
AC_SUBST(BORDER_WIDTH)
|
||||
AC_SUBST(LIBNAME)
|
||||
AC_SUBST(LIBCOMMAND)
|
||||
AC_SUBST(MAKEDEPEND)
|
||||
@@ -146,5 +142,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
|
||||
AC_OUTPUT(makeinclude)
|
||||
|
||||
dnl#
|
||||
dnl# End of "$Id: configure.in,v 1.7 1998/10/21 20:56:42 mike Exp $".
|
||||
dnl# End of "$Id: configure.in,v 1.8 1998/10/21 21:41:41 mike Exp $".
|
||||
dnl#
|
||||
|
||||
Reference in New Issue
Block a user