summaryrefslogtreecommitdiff
path: root/fltk-config.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-01-28 19:36:51 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-01-28 19:36:51 +0000
commit84fe87f47201cf0c66d459d0d09ea8d38234101a (patch)
treec271ce0f74425c6dbcb72e304f901c704d800b1e /fltk-config.in
parent8cd623c1181d49451ad86790fb3e6074fd1804f8 (diff)
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
Diffstat (limited to 'fltk-config.in')
-rwxr-xr-xfltk-config.in8
1 files changed, 4 insertions, 4 deletions
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