diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 53 | 
1 files changed, 25 insertions, 28 deletions
| @@ -2,8 +2,6 @@  # Guess values for system-dependent variables and create Makefiles.  # Generated by GNU Autoconf 2.67 for w3m 0.5.3.  # -# Report bugs to <satodai@w3m.jp>. -#  #  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software @@ -230,7 +228,7 @@ fi      $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"      $as_echo "$0: be upgraded to zsh 4.3.4 or later."    else -    $as_echo "$0: Please tell bug-autoconf@gnu.org and satodai@w3m.jp +    $as_echo "$0: Please tell bug-autoconf@gnu.org  $0: about your system, including any error possibly output  $0: before this message. Then install a modern shell, or  $0: manually run the script under such a shell if you do @@ -554,7 +552,7 @@ PACKAGE_NAME='w3m'  PACKAGE_TARNAME='w3m'  PACKAGE_VERSION='0.5.3'  PACKAGE_STRING='w3m 0.5.3' -PACKAGE_BUGREPORT='satodai@w3m.jp' +PACKAGE_BUGREPORT=''  PACKAGE_URL=''  gt_needs= @@ -1486,11 +1484,11 @@ Optional Packages:    --with-migemo=MIGEMO_COMMAND	migemo command    --with-editor=EDITOR		default editor (/usr/bin/vi)    --with-mailer=MAILER		default mailer (/usr/bin/mail) -  --with-browser=BROWSER	default browser (/usr/bin/mozilla) +  --with-browser=BROWSER	default browser (/usr/bin/firefox)    --with-ssl=PREFIX		support https protocol    --with-termlib=LIBS		terminal library  				LIBS is space separated list of: -				  terminfo mytinfo termcap ncurses curses +				  terminfo mytinfo termcap tinfo ncurses curses    --with-gc=PREFIX	  	libgc PREFIX  Some influential environment variables: @@ -1515,7 +1513,7 @@ Some influential environment variables:  Use these variables to override the choices made by `configure' or to help  it to find libraries and programs with nonstandard names/locations. -Report bugs to <satodai@w3m.jp>. +Report bugs to the package provider.  _ACEOF  ac_status=$?  fi @@ -1930,10 +1928,6 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}  $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5  $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} -( $as_echo "## ----------------------------- ## -## Report this to satodai@w3m.jp ## -## ----------------------------- ##" -     ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 @@ -6755,7 +6749,7 @@ $as_echo "$enable_image" >&6; }    if test x"$enable_image" = xyes; then      enable_image=x11      case "`uname -s`" in -    Linux|linux|LINUX) +    Linux|linux|LINUX|FreeBSD|freebsd|FREEBSD)  	if test -c /dev/fb0; then  	  enable_image=x11,fb          fi;; @@ -6811,6 +6805,9 @@ $as_echo "$with_imagelib" >&6; }       fi;;     imlib2)       with_imlib2="yes" +     if test x"$PKG_CONFIG" = x; then +       PKG_CONFIG=pkg-config +     fi       if test x"$IMLIB2_CONFIG" = x; then         IMLIB2_CONFIG=imlib2-config       fi;; @@ -6823,8 +6820,6 @@ $as_echo "$with_imagelib" >&6; }       with_gtk2="yes"       if test x"$PKG_CONFIG" = x; then         PKG_CONFIG=pkg-config -     else -       PKG_CONFIG=:       fi;;     esac    done @@ -6926,8 +6921,8 @@ $as_echo "$as_me: WARNING: Imlib2 is not installed.  Install Imlib2 (version >=       $as_echo "#define USE_GTK2 1" >>confdefs.h -     IMGX11CFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gtk+-2.0`" -     IMGX11LDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gtk+-2.0`" +     IMGX11CFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0`" +     IMGX11LDFLAGS="-lX11 `${PKG_CONFIG} --libs gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0`"     elif test x"$have_gdkpixbuf" = xyes; then       $as_echo "#define USE_W3MIMG_X11 1" >>confdefs.h @@ -6955,7 +6950,7 @@ $as_echo "$as_me: WARNING: Imlib2 is not installed.  Install Imlib2 (version >=       $as_echo "#define USE_IMLIB2 1" >>confdefs.h       IMGX11CFLAGS="`${IMLIB2_CONFIG} --cflags`" -     IMGX11LDFLAGS="`${IMLIB2_CONFIG} --libs`" +     IMGX11LDFLAGS="-lX11 `${PKG_CONFIG} --libs imlib2`"     else       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to build w3mimgdisplay with X11 support" >&5  $as_echo "$as_me: WARNING: unable to build w3mimgdisplay with X11 support" >&2;} @@ -6971,8 +6966,8 @@ $as_echo "$as_me: WARNING: unable to build w3mimgdisplay with X11 support" >&2;}       $as_echo "#define USE_GTK2 1" >>confdefs.h -     IMGFBCFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gtk+-2.0`" -     IMGFBLDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0 gtk+-2.0`" +     IMGFBCFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0`" +     IMGFBLDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0`"     elif test x"$have_gdkpixbuf" = xyes; then       $as_echo "#define USE_W3MIMG_FB 1" >>confdefs.h @@ -6991,7 +6986,7 @@ $as_echo "$as_me: WARNING: unable to build w3mimgdisplay with X11 support" >&2;}       IMGOBJS="$IMGOBJS fb/fb_w3mimg.o fb/fb.o fb/fb_img.o"       IMGFBCFLAGS="`${IMLIB2_CONFIG} --cflags`" -     IMGFBLDFLAGS="`${IMLIB2_CONFIG} --libs`" +     IMGFBLDFLAGS="`${PKG_CONFIG} --libs imlib2`"     else       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to build w3mimgdisplay with FB support" >&5  $as_echo "$as_me: WARNING: unable to build w3mimgdisplay with FB support" >&2;} @@ -7344,7 +7339,7 @@ cat >>confdefs.h <<_ACEOF  _ACEOF -w3m_browser="/usr/bin/mozilla" +w3m_browser="/usr/bin/firefox"  { $as_echo "$as_me:${as_lineno-$LINENO}: checking which external browser is used by default" >&5  $as_echo_n "checking which external browser is used by default... " >&6; } @@ -7977,7 +7972,7 @@ fi   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_termlib" >&5  $as_echo "$with_termlib" >&6; } - test x"$with_termlib" = xyes && with_termlib="terminfo mytinfo termlib termcap ncurses curses" + test x"$with_termlib" = xyes && with_termlib="terminfo mytinfo termlib termcap tinfo ncurses curses"   for lib in $with_termlib; do     as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_tgetent" | $as_tr_sh`  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -l$lib" >&5 @@ -8766,7 +8761,7 @@ _ACEOF -for ac_func in strcasecmp strcasestr strchr memcpy strerror bcopy setpgrp chdir getcwd getwd readlink setenv putenv strtoll stroq atoll atoq symlink readlink lstat srand48 srandom getpassphrase waitpid setlocale +for ac_func in strcasecmp strcasestr strchr memcpy strerror bcopy setpgrp chdir mkdtemp getcwd getwd readlink setenv putenv strtoll stroq atoll atoq symlink readlink lstat srand48 srandom getpassphrase waitpid setlocale  do :    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`  ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" @@ -8986,7 +8981,7 @@ extern char *sys_errlist[];  int  main ()  { -printf(sys_errlist[0]); +printf("%s", sys_errlist[0]);    ;    return 0;  } @@ -9076,7 +9071,7 @@ RC_DIR="~/.$PACKAGE"  $as_echo "#define RC_DIR \"\$RC_DIR\"" >>confdefs.h -DOCDIRS="doc:en_English doc-jp:ja_Japanese" +DOCDIRS="doc:en_English doc-jp:ja_Japanese doc-de:de_German"  cat >>confdefs.h <<_ACEOF  #define DOCDIRS "$DOCDIRS"  _ACEOF @@ -9084,9 +9079,10 @@ _ACEOF   cvsver=`$AWK '\$1 ~ /Id:/ { print \$3}' $srcdir/ChangeLog` - sed -e 's/define CURRENT_VERSION "\(.*\)+cvs/define CURRENT_VERSION "\1+cvs-'$cvsver'/' $srcdir/version.c.in > version.c + ymdver=`sed -e 's/ .*//;s/-//g;q' $srcdir/ChangeLog` + sed -e 's/define CURRENT_VERSION "\(.*\)YYYYMMDD/define CURRENT_VERSION "\1'$ymdver'/;s/define CURRENT_VERSION "\(.*\)+cvs/define CURRENT_VERSION "\1+cvs-'$cvsver'/' $srcdir/version.c.in > version.c   CURRENT_VERSION=`sed -n 's/.*define CURRENT_VERSION *"w3m\/\(.*\)".*$/\1/p' version.c` -ac_config_files="$ac_config_files Makefile posubst po/Makefile.in scripts/Makefile scripts/dirlist.cgi scripts/w3mhelp.cgi scripts/w3mmail.cgi scripts/xface2xpm scripts/multipart/Makefile scripts/multipart/multipart.cgi scripts/w3mman/Makefile scripts/w3mman/w3mman scripts/w3mman/w3mman.1 scripts/w3mman/w3mman2html.cgi libwc/Makefile w3mimg/Makefile w3mimg/fb/Makefile w3mimg/x11/Makefile w3mimg/win/Makefile w3mhelp-w3m_en.html w3mhelp-w3m_ja.html w3mhelp-lynx_en.html w3mhelp-lynx_ja.html" +ac_config_files="$ac_config_files Makefile posubst po/Makefile.in scripts/Makefile scripts/dirlist.cgi scripts/w3mhelp.cgi scripts/w3mmail.cgi scripts/xface2xpm scripts/multipart/Makefile scripts/multipart/multipart.cgi scripts/w3mman/Makefile scripts/w3mman/w3mman scripts/w3mman/w3mman.1 scripts/w3mman/w3mman.de.1 scripts/w3mman/w3mman2html.cgi libwc/Makefile w3mimg/Makefile w3mimg/fb/Makefile w3mimg/x11/Makefile w3mimg/win/Makefile w3mhelp-w3m_en.html w3mhelp-w3m_ja.html w3mhelp-lynx_en.html w3mhelp-lynx_ja.html"  cat >confcache <<\_ACEOF  # This file is a shell script that caches the results of configure @@ -9654,7 +9650,7 @@ $config_headers  Configuration commands:  $config_commands -Report bugs to <satodai@w3m.jp>." +Report bugs to the package provider."  _ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 @@ -9810,6 +9806,7 @@ do      "scripts/w3mman/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/Makefile" ;;      "scripts/w3mman/w3mman") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman" ;;      "scripts/w3mman/w3mman.1") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman.1" ;; +    "scripts/w3mman/w3mman.de.1") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman.de.1" ;;      "scripts/w3mman/w3mman2html.cgi") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman2html.cgi" ;;      "libwc/Makefile") CONFIG_FILES="$CONFIG_FILES libwc/Makefile" ;;      "w3mimg/Makefile") CONFIG_FILES="$CONFIG_FILES w3mimg/Makefile" ;; | 
