Ticket #46942: gnuplot-AquaTerm-configure.diff
File gnuplot-AquaTerm-configure.diff, 2.9 KB (added by mojca (Mojca Miklavec), 10 years ago) |
---|
-
configure
old new Optional Packages: 1531 1531 --with-x use the X Window System 1532 1532 --with-x-app-defaultdir=DIR location of X11 application defaults 1533 1533 (default /etc/X11/app-defaults/) 1534 --with-aquaterm include support for aquaterm on OSX1534 --with-aquaterm include support for AquaTerm on OSX 1535 1535 --with-gihdir=DIR location of .gih help text file 1536 1536 (default PREFIX/share/PACKAGE/VERSION) 1537 1537 --with-linux-vga use the Linux SVGA console driver … … $as_echo "yes" >&6; } 8863 8863 if test "${with_aquaterm+set}" = set; then : 8864 8864 withval=$with_aquaterm; if test "$withval" == yes; then 8865 8865 8866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Aqua term framework presence" >&58867 $as_echo_n "checking for Aqua term framework presence... " >&6; }8866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AquaTerm framework presence" >&5 8867 $as_echo_n "checking for AquaTerm framework presence... " >&6; } 8868 8868 ac_gnuplot_save_LDFLAGS="$LDFLAGS" 8869 LDFLAGS="$LDFLAGS -framework Foundation -framework Aqua term"8869 LDFLAGS="$LDFLAGS -framework Foundation -framework AquaTerm" 8870 8870 ac_ext=m 8871 8871 ac_cpp='$OBJCPP $CPPFLAGS' 8872 8872 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5' … … ac_compiler_gnu=$ac_cv_objc_compiler_gnu 8875 8875 8876 8876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8877 8877 /* end confdefs.h. */ 8878 #import <Aqua term/AQTAdapter.h>8878 #import <AquaTerm/AQTAdapter.h> 8879 8879 int 8880 8880 main () 8881 8881 { … … main () 8885 8885 } 8886 8886 _ACEOF 8887 8887 if ac_fn_objc_try_link "$LINENO"; then : 8888 eval "gnuplot_framework_Aqua term=yes"8888 eval "gnuplot_framework_AquaTerm=yes" 8889 8889 else 8890 eval "gnuplot_framework_Aqua term=no"8890 eval "gnuplot_framework_AquaTerm=no" 8891 8891 fi 8892 8892 rm -f core conftest.err conftest.$ac_objext \ 8893 8893 conftest$ac_exeext conftest.$ac_ext … … ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ 8898 8898 ac_compiler_gnu=$ac_cv_c_compiler_gnu 8899 8899 8900 8900 LDFLAGS="$ac_gnuplot_save_LDFLAGS" 8901 if test "$gnuplot_framework_Aqua term" = yes; then8901 if test "$gnuplot_framework_AquaTerm" = yes; then 8902 8902 8903 8903 $as_echo "#define HAVE_FRAMEWORK_AQUATERM 1" >>confdefs.h 8904 8904 8905 8905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 8906 8906 $as_echo "yes" >&6; } 8907 CFLAGS="$CFLAGS -ObjC"; LDFLAGS="$LDFLAGS -framework Foundation -framework Aqua term"8907 CFLAGS="$CFLAGS -ObjC"; LDFLAGS="$LDFLAGS -framework Foundation -framework AquaTerm" 8908 8908 else 8909 8909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 8910 8910 $as_echo "no" >&6; } … … else 16366 16366 $as_echo " caca terminal: no (requires libcaca >= 0.99.beta15)" >&6; } 16367 16367 fi 16368 16368 16369 if test "$gnuplot_framework_Aqua term" = yes; then16369 if test "$gnuplot_framework_AquaTerm" = yes; then 16370 16370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: aqua terminal (OSX): yes" >&5 16371 16371 $as_echo " aqua terminal (OSX): yes" >&6; } 16372 16372 else