summaryrefslogtreecommitdiff
path: root/fltk-config.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-02-06 19:44:10 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-02-06 19:44:10 +0000
commit31e948ed4bc2122fdab183fbf08eb6743f63d717 (patch)
treee01de78b9d0806135e92ac75cbf279ae016a72db /fltk-config.in
parent44b2ff35cf0e7aa0cb394acb9e44fb39ab068b71 (diff)
Update packaging files.
Remove --post code from fltk-config (--post is now ignore on all platforms) Remove outdated information from README.mac. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5664 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fltk-config.in')
-rwxr-xr-xfltk-config.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/fltk-config.in b/fltk-config.in
index 37eb6a069..a814cd33e 100755
--- a/fltk-config.in
+++ b/fltk-config.in
@@ -4,7 +4,7 @@
#
# FLTK configuration utility.
#
-# Copyright 2000-2006 by Bill Spitzak and others.
+# Copyright 2000-2007 by Bill Spitzak and others.
# Original version Copyright 2000 by James Dean Palmer
# Adapted by Vincent Penne and Michael Sweet
#
@@ -271,11 +271,6 @@ 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 "$echo_cflags" = "yes"; then
echo $includes $CFLAGS
fi