From 84fe87f47201cf0c66d459d0d09ea8d38234101a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 28 Jan 2007 19:36:51 +0000 Subject: Fix indentation of elements (STR #1549) Update layout of help dialog to look like other help dialogs. Drop resource fork stuff from fltk-config (no more --post, it is a no-op) Use a single table for the header on the documentation page. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5643 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fltk-config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fltk-config.in') diff --git a/fltk-config.in b/fltk-config.in index 6ff22a9a7..ab70c6788 100755 --- a/fltk-config.in +++ b/fltk-config.in @@ -271,10 +271,10 @@ if test -n "$compile"; then $CXX $ARCHFLAGS $includes $CXXFLAGS $debug -o $prog $compile $LDSTATIC fi -if test -n "$post" -a "$POSTBUILD" != ":"; then - echo $POSTBUILD $post $includedir/FL/mac.r - $POSTBUILD $post $includedir/FL/mac.r -fi +#if test -n "$post" -a "$POSTBUILD" != ":"; then +# echo $POSTBUILD $post $includedir/FL/mac.r +# $POSTBUILD $post $includedir/FL/mac.r +#fi if test "$echo_cflags" = "yes"; then echo $includes $CFLAGS -- cgit v1.2.3