diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-14 19:34:30 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-14 19:34:30 +0000 |
| commit | 4982fb29a07d489327e8ed037c840b6afcc698ea (patch) | |
| tree | f7aead79773ad189d77dd595c8a90fad631a0b63 /configure.in | |
| parent | 67bbab358f2c71ba7151b38146c71ec15d3931e4 (diff) | |
Clean up default menu for FLTK applications - don't need "About FLTK".
Add "--post program" option to fltk-config so that MacOS apps can bind
the resources. Also binds resources with --compile.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1846 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 3727e5b4f..816844bd8 100644 --- a/configure.in +++ b/configure.in @@ -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.33.2.31.2.39 2001/12/09 20:26:24 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.40 2001/12/14 19:34:29 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -260,7 +260,7 @@ dnl Check for standard graphics API and OpenGL... HLINKS= dnl some environments need postprocessing (Darwin, MacOS) -POSTBUILD= +POSTBUILD=: dnl Check for pthreads for multi-threaded apps... if test "$enable_threads" = yes; then @@ -315,7 +315,7 @@ case $uname in HLINKS="#" # Add a postbuild step after linking applications - POSTBUILD="/Developer/Tools/Rez -t APPL ../FL/mac.r -o \$@" + POSTBUILD="/Developer/Tools/Rez -t APPL -o" ;; *) @@ -610,5 +610,5 @@ AC_OUTPUT(makeinclude fltk.list fltk-config FL/Makefile) chmod +x fltk-config dnl -dnl End of "$Id: configure.in,v 1.33.2.31.2.39 2001/12/09 20:26:24 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.40 2001/12/14 19:34:29 easysw Exp $". dnl |
