From: <kr_...@us...> - 2003-08-31 08:09:03
|
Update of /cvsroot/htoolkit/port In directory sc8-pr-cvs1:/tmp/cvs-serv28152 Modified Files: configure Log Message: Implement osSetNotebookPageBitmap function for GNOME Index: configure =================================================================== RCS file: /cvsroot/htoolkit/port/configure,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** configure 13 Aug 2003 20:20:08 -0000 1.18 --- configure 31 Aug 2003 08:09:00 -0000 1.19 *************** *** 1,318 **** ! #!/bin/sh - #------------------------------------------------------------------------ - # Port: the portable haskell GUI abstraction. # ! # Daan Leijen & Krasimir Angelov ! #------------------------------------------------------------------------ ! # $Id$ [...3354 lines suppressed...] ! ac_config_status_args= ! test "$silent" = yes && ! ac_config_status_args="$ac_config_status_args --quiet" ! exec 5>/dev/null ! $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false ! exec 5>>config.log ! # Use ||, not &&, to avoid exiting from the if with $? = 1, which ! # would make configure fail if this is the last instruction. ! $ac_cs_success || { (exit 1); exit 1; } ! fi ! ! ! echo "creating output directories:" ! echo " - build/cbits/$TARGET" ! mkdir -p build/cbits build/cbits/$TARGET ! echo " - build/Graphics/UI/Port" ! mkdir -p build build/Graphics build/Graphics/UI build/Graphics/UI/Port echo "done -- type 'make' to build the package." |