
1: #! /bin/sh 2: # Guess values for system-dependent variables and create Makefiles. 3: # Generated by GNU Autoconf 2.61 for GNU Hello 2.3. 4: # 5: # Report bugs to <bug-hello@gnu.org>. 6: # 7: # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8: # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 9: # This configure script is free software; the Free Software Foundation 10: # gives unlimited permission to copy, distribute and modify it. 11: ## --------------------- ## 12: ## M4sh Initialization. ## 13: ## --------------------- ## 14: 15: # Be more Bourne compatible 16: DUALCASE=1; export DUALCASE # for MKS sh 17: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 18: emulate sh 19: NULLCMD=: 20: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 21: # is contrary to our usage. Disable this feature. 22: alias -g '${1+"$@"}'='"$@"' 23: setopt NO_GLOB_SUBST 24: else 25: case `(set -o) 2>/dev/null` in 26: *posix*) set -o posix ;; 27: esac 28: 29: fi 30: 31: 32: 33: 34: # PATH needs CR 35: # Avoid depending upon Character Ranges. 36: as_cr_letters='abcdefghijklmnopqrstuvwxyz' 37: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 38: as_cr_Letters=$as_cr_letters$as_cr_LETTERS 39: as_cr_digits='0123456789' 40: as_cr_alnum=$as_cr_Letters$as_cr_digits 41: 42: # The user is always right. 43: if test "${PATH_SEPARATOR+set}" != set; then 44: echo "#! /bin/sh" >conf$$.sh 45: echo "exit 0" >>conf$$.sh 46: chmod +x conf$$.sh 47: if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 48: PATH_SEPARATOR=';' 49: else 50: PATH_SEPARATOR=: 51: fi 52: rm -f conf$$.sh 53: fi 54: 55: # Support unset when possible. 56: if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 57: as_unset=unset 58: else 59: as_unset=false 60: fi 61: 62: 63: # IFS 64: # We need space, tab and new line, in precisely that order. Quoting is 65: # there to prevent editors from complaining about space-tab. 66: # (If _AS_PATH_WALK were called with IFS unset, it would disable word 67: # splitting by setting IFS to empty value.) 68: as_nl=' 69: ' 70: IFS=" "" $as_nl" 71: 72: # Find who we are. Look in the path if we contain no directory separator. 73: case $0 in 74: *[\\/]* ) as_myself=$0 ;; 75: *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 76: for as_dir in $PATH 77: do 78: IFS=$as_save_IFS 79: test -z "$as_dir" && as_dir=. 80: test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 81: done 82: IFS=$as_save_IFS 83: 84: ;; 85: esac 86: # We did not find ourselves, most probably we were run as `sh COMMAND' 87: # in which case we are not to be found in the path. 88: if test "x$as_myself" = x; then 89: as_myself=$0 90: fi 91: if test ! -f "$as_myself"; then 92: echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 93: { (exit 1); exit 1; } 94: fi 95: 96: # Work around bugs in pre-3.0 UWIN ksh. 97: for as_var in ENV MAIL MAILPATH 98: do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 99: done 100: PS1='$ ' 101: PS2='> ' 102: PS4='+ ' 103: 104: # NLS nuisances. 105: for as_var in \ 106: LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 107: LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 108: LC_TELEPHONE LC_TIME 109: do 110: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 111: eval $as_var=C; export $as_var 112: else 113: ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 114: fi 115: done 116: 117: # Required to use basename. 118: if expr a : '\(a\)' >/dev/null 2>&1 && 119: test "X`expr 00001 : '.*\(...\)'`" = X001; then 120: as_expr=expr 121: else 122: as_expr=false 123: fi 124: 125: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 126: as_basename=basename 127: else 128: as_basename=false 129: fi 130: 131: 132: # Name of the executable. 133: as_me=`$as_basename -- "$0" || 134: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 135: X"$0" : 'X\(//\)$' \| \ 136: X"$0" : 'X\(/\)' \| . 2>/dev/null || 137: echo X/"$0" | 138: sed '/^.*\/\([^/][^/]*\)\/*$/{ 139: s//\1/ 140: q 141: } 142: /^X\/\(\/\/\)$/{ 143: s//\1/ 144: q 145: } 146: /^X\/\(\/\).*/{ 147: s//\1/ 148: q 149: } 150: s/.*/./; q'` 151: 152: # CDPATH. 153: $as_unset CDPATH 154: 155: 156: if test "x$CONFIG_SHELL" = x; then 157: if (eval ":") 2>/dev/null; then 158: as_have_required=yes 159: else 160: as_have_required=no 161: fi 162: 163: if test $as_have_required = yes && (eval ": 164: (as_func_return () { 165: (exit \$1) 166: } 167: as_func_success () { 168: as_func_return 0 169: } 170: as_func_failure () { 171: as_func_return 1 172: } 173: as_func_ret_success () { 174: return 0 175: } 176: as_func_ret_failure () { 177: return 1 178: } 179: 180: exitcode=0 181: if as_func_success; then 182: : 183: else 184: exitcode=1 185: echo as_func_success failed. 186: fi 187: 188: if as_func_failure; then 189: exitcode=1 190: echo as_func_failure succeeded. 191: fi 192: 193: if as_func_ret_success; then 194: : 195: else 196: exitcode=1 197: echo as_func_ret_success failed. 198: fi 199: 200: if as_func_ret_failure; then 201: exitcode=1 202: echo as_func_ret_failure succeeded. 203: fi 204: 205: if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 206: : 207: else 208: exitcode=1 209: echo positional parameters were not saved. 210: fi 211: 212: test \$exitcode = 0) || { (exit 1); exit 1; } 213: 214: ( 215: as_lineno_1=\$LINENO 216: as_lineno_2=\$LINENO 217: test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 218: test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 219: ") 2> /dev/null; then 220: : 221: else 222: as_candidate_shells= 223: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 224: for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 225: do 226: IFS=$as_save_IFS 227: test -z "$as_dir" && as_dir=. 228: case $as_dir in 229: /*) 230: for as_base in sh bash ksh sh5; do 231: as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 232: done;; 233: esac 234: done 235: IFS=$as_save_IFS 236: 237: 238: for as_shell in $as_candidate_shells $SHELL; do 239: # Try only shells that exist, to save several forks. 240: if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 241: { ("$as_shell") 2> /dev/null <<\_ASEOF 242: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 243: emulate sh 244: NULLCMD=: 245: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 246: # is contrary to our usage. Disable this feature. 247: alias -g '${1+"$@"}'='"$@"' 248: setopt NO_GLOB_SUBST 249: else 250: case `(set -o) 2>/dev/null` in 251: *posix*) set -o posix ;; 252: esac 253: 254: fi 255: 256: 257: : 258: _ASEOF 259: }; then 260: CONFIG_SHELL=$as_shell 261: as_have_required=yes 262: if { "$as_shell" 2> /dev/null <<\_ASEOF 263: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 264: emulate sh 265: NULLCMD=: 266: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 267: # is contrary to our usage. Disable this feature. 268: alias -g '${1+"$@"}'='"$@"' 269: setopt NO_GLOB_SUBST 270: else 271: case `(set -o) 2>/dev/null` in 272: *posix*) set -o posix ;; 273: esac 274: 275: fi 276: 277: 278: : 279: (as_func_return () { 280: (exit $1) 281: } 282: as_func_success () { 283: as_func_return 0 284: } 285: as_func_failure () { 286: as_func_return 1 287: } 288: as_func_ret_success () { 289: return 0 290: } 291: as_func_ret_failure () { 292: return 1 293: } 294: 295: exitcode=0 296: if as_func_success; then 297: : 298: else 299: exitcode=1 300: echo as_func_success failed. 301: fi 302: 303: if as_func_failure; then 304: exitcode=1 305: echo as_func_failure succeeded. 306: fi 307: 308: if as_func_ret_success; then 309: : 310: else 311: exitcode=1 312: echo as_func_ret_success failed. 313: fi 314: 315: if as_func_ret_failure; then 316: exitcode=1 317: echo as_func_ret_failure succeeded. 318: fi 319: 320: if ( set x; as_func_ret_success y && test x = "$1" ); then 321: : 322: else 323: exitcode=1 324: echo positional parameters were not saved. 325: fi 326: 327: test $exitcode = 0) || { (exit 1); exit 1; } 328: 329: ( 330: as_lineno_1=$LINENO 331: as_lineno_2=$LINENO 332: test "x$as_lineno_1" != "x$as_lineno_2" && 333: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 334: 335: _ASEOF 336: }; then 337: break 338: fi 339: 340: fi 341: 342: done 343: 344: if test "x$CONFIG_SHELL" != x; then 345: for as_var in BASH_ENV ENV 346: do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 347: done 348: export CONFIG_SHELL 349: exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 350: fi 351: 352: 353: if test $as_have_required = no; then 354: echo This script requires a shell more modern than all the 355: echo shells that I found on your system. Please install a 356: echo modern shell, or manually run the script under such a 357: echo shell if you do have one. 358: { (exit 1); exit 1; } 359: fi 360: 361: 362: fi 363: 364: fi 365: 366: 367: 368: (eval "as_func_return () { 369: (exit \$1) 370: } 371: as_func_success () { 372: as_func_return 0 373: } 374: as_func_failure () { 375: as_func_return 1 376: } 377: as_func_ret_success () { 378: return 0 379: } 380: as_func_ret_failure () { 381: return 1 382: } 383: 384: exitcode=0 385: if as_func_success; then 386: : 387: else 388: exitcode=1 389: echo as_func_success failed. 390: fi 391: 392: if as_func_failure; then 393: exitcode=1 394: echo as_func_failure succeeded. 395: fi 396: 397: if as_func_ret_success; then 398: : 399: else 400: exitcode=1 401: echo as_func_ret_success failed. 402: fi 403: 404: if as_func_ret_failure; then 405: exitcode=1 406: echo as_func_ret_failure succeeded. 407: fi 408: 409: if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 410: : 411: else 412: exitcode=1 413: echo positional parameters were not saved. 414: fi 415: 416: test \$exitcode = 0") || { 417: echo No shell found that supports shell functions. 418: echo Please tell autoconf@gnu.org about your system, 419: echo including any error possibly output before this 420: echo message 421: } 422: 423: 424: 425: as_lineno_1=$LINENO 426: as_lineno_2=$LINENO 427: test "x$as_lineno_1" != "x$as_lineno_2" && 428: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 429: 430: # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 431: # uniformly replaced by the line number. The first 'sed' inserts a 432: # line-number line after each line using $LINENO; the second 'sed' 433: # does the real work. The second script uses 'N' to pair each 434: # line-number line with the line containing $LINENO, and appends 435: # trailing '-' during substitution so that $LINENO is not a special 436: # case at line end. 437: # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 438: # scripts with optimization help from Paolo Bonzini. Blame Lee 439: # E. McMahon (1931-1989) for sed's syntax. :-) 440: sed -n ' 441: p 442: /[$]LINENO/= 443: ' <$as_myself | 444: sed ' 445: s/[$]LINENO.*/&-/ 446: t lineno 447: b 448: :lineno 449: N 450: :loop 451: s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 452: t loop 453: s/-\n.*// 454: ' >$as_me.lineno && 455: chmod +x "$as_me.lineno" || 456: { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 457: { (exit 1); exit 1; }; } 458: 459: # Don't try to exec as it changes $[0], causing all sort of problems 460: # (the dirname of $[0] is not the place where we might find the 461: # original and so on. Autoconf is especially sensitive to this). 462: . "./$as_me.lineno" 463: # Exit status is that of the last command. 464: exit 465: } 466: 467: 468: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 469: as_dirname=dirname 470: else 471: as_dirname=false 472: fi 473: 474: ECHO_C= ECHO_N= ECHO_T= 475: case `echo -n x` in 476: -n*) 477: case `echo 'x\c'` in 478: *c*) ECHO_T=' ';; # ECHO_T is single tab character. 479: *) ECHO_C='\c';; 480: esac;; 481: *) 482: ECHO_N='-n';; 483: esac 484: 485: if expr a : '\(a\)' >/dev/null 2>&1 && 486: test "X`expr 00001 : '.*\(...\)'`" = X001; then 487: as_expr=expr 488: else 489: as_expr=false 490: fi 491: 492: rm -f conf$$ conf$$.exe conf$$.file 493: if test -d conf$$.dir; then 494: rm -f conf$$.dir/conf$$.file 495: else 496: rm -f conf$$.dir 497: mkdir conf$$.dir 498: fi 499: echo >conf$$.file 500: if ln -s conf$$.file conf$$ 2>/dev/null; then 501: as_ln_s='ln -s' 502: # ... but there are two gotchas: 503: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504: # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505: # In both cases, we have to default to `cp -p'. 506: ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 507: as_ln_s='cp -p' 508: elif ln conf$$.file conf$$ 2>/dev/null; then 509: as_ln_s=ln 510: else 511: as_ln_s='cp -p' 512: fi 513: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 514: rmdir conf$$.dir 2>/dev/null 515: 516: if mkdir -p . 2>/dev/null; then 517: as_mkdir_p=: 518: else 519: test -d ./-p && rmdir ./-p 520: as_mkdir_p=false 521: fi 522: 523: if test -x / >/dev/null 2>&1; then 524: as_test_x='test -x' 525: else 526: if ls -dL / >/dev/null 2>&1; then 527: as_ls_L_option=L 528: else 529: as_ls_L_option= 530: fi 531: as_test_x=' 532: eval sh -c '\'' 533: if test -d "$1"; then 534: test -d "$1/."; 535: else 536: case $1 in 537: -*)set "./$1";; 538: esac; 539: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 540: ???[sx]*):;;*)false;;esac;fi 541: '\'' sh 542: ' 543: fi 544: as_executable_p=$as_test_x 545: 546: # Sed expression to map a string onto a valid CPP name. 547: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 548: 549: # Sed expression to map a string onto a valid variable name. 550: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 551: 552: 553: 554: exec 7<&0 </dev/null 6>&1 555: 556: # Name of the host. 557: # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 558: # so uname gets run too. 559: ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 560: 561: # 562: # Initializations. 563: # 564: ac_default_prefix=/usr/local 565: ac_clean_files= 566: ac_config_libobj_dir=. 567: LIBOBJS= 568: cross_compiling=no 569: subdirs= 570: MFLAGS= 571: MAKEFLAGS= 572: SHELL=${CONFIG_SHELL-/bin/sh} 573: 574: # Identity of this package. 575: PACKAGE_NAME='GNU Hello' 576: PACKAGE_TARNAME='hello' 577: PACKAGE_VERSION='2.3' 578: PACKAGE_STRING='GNU Hello 2.3' 579: PACKAGE_BUGREPORT='bug-hello@gnu.org' 580: 581: ac_unique_file="src/hello.c" 582: # Factoring default headers for most tests. 583: ac_includes_default="\ 584: #include <stdio.h> 585: #ifdef HAVE_SYS_TYPES_H 586: # include <sys/types.h> 587: #endif 588: #ifdef HAVE_SYS_STAT_H 589: # include <sys/stat.h> 590: #endif 591: #ifdef STDC_HEADERS 592: # include <stdlib.h> 593: # include <stddef.h> 594: #else 595: # ifdef HAVE_STDLIB_H 596: # include <stdlib.h> 597: # endif 598: #endif 599: #ifdef HAVE_STRING_H 600: # if !defined STDC_HEADERS && defined HAVE_MEMORY_H 601: # include <memory.h> 602: # endif 603: # include <string.h> 604: #endif 605: #ifdef HAVE_STRINGS_H 606: # include <strings.h> 607: #endif 608: #ifdef HAVE_INTTYPES_H 609: # include <inttypes.h> 610: #endif 611: #ifdef HAVE_STDINT_H 612: # include <stdint.h> 613: #endif 614: #ifdef HAVE_UNISTD_H 615: # include <unistd.h> 616: #endif" 617: 618: ac_header_list= 619: ac_func_list= 620: gt_needs= 621: ac_subst_vars='SHELL 622: PATH_SEPARATOR 623: PACKAGE_NAME 624: PACKAGE_TARNAME 625: PACKAGE_VERSION 626: PACKAGE_STRING 627: PACKAGE_BUGREPORT 628: exec_prefix 629: prefix 630: program_transform_name 631: bindir 632: sbindir 633: libexecdir 634: datarootdir 635: datadir 636: sysconfdir 637: sharedstatedir 638: localstatedir 639: includedir 640: oldincludedir 641: docdir 642: infodir 643: htmldir 644: dvidir 645: pdfdir 646: psdir 647: libdir 648: localedir 649: mandir 650: DEFS 651: ECHO_C 652: ECHO_N 653: ECHO_T 654: LIBS 655: build_alias 656: host_alias 657: target_alias 658: INSTALL_PROGRAM 659: INSTALL_SCRIPT 660: INSTALL_DATA 661: am__isrc 662: CYGPATH_W 663: PACKAGE 664: VERSION 665: ACLOCAL 666: AUTOCONF 667: AUTOMAKE 668: AUTOHEADER 669: MAKEINFO 670: install_sh 671: STRIP 672: INSTALL_STRIP_PROGRAM 673: mkdir_p 674: AWK 675: SET_MAKE 676: am__leading_dot 677: AMTAR 678: am__tar 679: am__untar 680: CC 681: CFLAGS 682: LDFLAGS 683: CPPFLAGS 684: ac_ct_CC 685: EXEEXT 686: OBJEXT 687: DEPDIR 688: am__include 689: am__quote 690: AMDEP_TRUE 691: AMDEP_FALSE 692: AMDEPBACKSLASH 693: CCDEPMODE 694: am__fastdepCC_TRUE 695: am__fastdepCC_FALSE 696: RANLIB 697: GL_COND_LIBTOOL_TRUE 698: GL_COND_LIBTOOL_FALSE 699: CPP 700: GREP 701: EGREP 702: GETOPT_H 703: LIBINTL 704: LTLIBINTL 705: STDBOOL_H 706: HAVE__BOOL 707: GNULIB_GETSUBOPT 708: GNULIB_MKDTEMP 709: GNULIB_MKSTEMP 710: HAVE_GETSUBOPT 711: HAVE_MKDTEMP 712: REPLACE_MKSTEMP 713: INCLUDE_NEXT 714: NEXT_STDLIB_H 715: GNULIB_CHOWN 716: GNULIB_DUP2 717: GNULIB_FCHDIR 718: GNULIB_FTRUNCATE 719: GNULIB_GETCWD 720: GNULIB_GETLOGIN_R 721: GNULIB_LCHOWN 722: GNULIB_LSEEK 723: GNULIB_READLINK 724: GNULIB_SLEEP 725: HAVE_DUP2 726: HAVE_FTRUNCATE 727: HAVE_READLINK 728: HAVE_SLEEP 729: HAVE_DECL_GETLOGIN_R 730: REPLACE_CHOWN 731: REPLACE_FCHDIR 732: REPLACE_GETCWD 733: REPLACE_LCHOWN 734: REPLACE_LSEEK 735: NEXT_UNISTD_H 736: HAVE_UNISTD_H 737: HAVE_WCHAR_H 738: NEXT_WCHAR_H 739: WCHAR_H 740: HAVE_ISWCNTRL 741: HAVE_WINT_T 742: NEXT_WCTYPE_H 743: HAVE_WCTYPE_H 744: WCTYPE_H 745: LIBGNU_LIBDEPS 746: LIBGNU_LTLIBDEPS 747: HELP2MAN 748: USE_NLS 749: MSGFMT 750: GMSGFMT 751: MSGFMT_015 752: GMSGFMT_015 753: XGETTEXT 754: XGETTEXT_015 755: MSGMERGE 756: build 757: build_cpu 758: build_vendor 759: build_os 760: host 761: host_cpu 762: host_vendor 763: host_os 764: INTL_MACOSX_LIBS 765: LIBICONV 766: LTLIBICONV 767: INTLLIBS 768: POSUB 769: LIBOBJS 770: LTLIBOBJS 771: gl_LIBOBJS 772: gl_LTLIBOBJS' 773: ac_subst_files='' 774: ac_precious_vars='build_alias 775: host_alias 776: target_alias 777: CC 778: CFLAGS 779: LDFLAGS 780: LIBS 781: CPPFLAGS 782: CPP' 783: 784: 785: # Initialize some variables set by options. 786: ac_init_help= 787: ac_init_version=false 788: # The variables have the same names as the options, with 789: # dashes changed to underlines. 790: cache_file=/dev/null 791: exec_prefix=NONE 792: no_create= 793: no_recursion= 794: prefix=NONE 795: program_prefix=NONE 796: program_suffix=NONE 797: program_transform_name=s,x,x, 798: silent= 799: site= 800: srcdir= 801: verbose= 802: x_includes=NONE 803: x_libraries=NONE 804: 805: # Installation directory options. 806: # These are left unexpanded so users can "make install exec_prefix=/foo" 807: # and all the variables that are supposed to be based on exec_prefix 808: # by default will actually change. 809: # Use braces instead of parens because sh, perl, etc. also accept them. 810: # (The list follows the same order as the GNU Coding Standards.) 811: bindir='${exec_prefix}/bin' 812: sbindir='${exec_prefix}/sbin' 813: libexecdir='${exec_prefix}/libexec' 814: datarootdir='${prefix}/share' 815: datadir='${datarootdir}' 816: sysconfdir='${prefix}/etc' 817: sharedstatedir='${prefix}/com' 818: localstatedir='${prefix}/var' 819: includedir='${prefix}/include' 820: oldincludedir='/usr/include' 821: docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 822: infodir='${datarootdir}/info' 823: htmldir='${docdir}' 824: dvidir='${docdir}' 825: pdfdir='${docdir}' 826: psdir='${docdir}' 827: libdir='${exec_prefix}/lib' 828: localedir='${datarootdir}/locale' 829: mandir='${datarootdir}/man' 830: 831: ac_prev= 832: ac_dashdash= 833: for ac_option 834: do 835: # If the previous option needs an argument, assign it. 836: if test -n "$ac_prev"; then 837: eval $ac_prev=\$ac_option 838: ac_prev= 839: continue 840: fi 841: 842: case $ac_option in 843: *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 844: *) ac_optarg=yes ;; 845: esac 846: 847: # Accept the important Cygnus configure options, so we can diagnose typos. 848: 849: case $ac_dashdash$ac_option in 850: --) 851: ac_dashdash=yes ;; 852: 853: -bindir | --bindir | --bindi | --bind | --bin | --bi) 854: ac_prev=bindir ;; 855: -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 856: bindir=$ac_optarg ;; 857: 858: -build | --build | --buil | --bui | --bu) 859: ac_prev=build_alias ;; 860: -build=* | --build=* | --buil=* | --bui=* | --bu=*) 861: build_alias=$ac_optarg ;; 862: 863: -cache-file | --cache-file | --cache-fil | --cache-fi \ 864: | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 865: ac_prev=cache_file ;; 866: -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 867: | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 868: cache_file=$ac_optarg ;; 869: 870: --config-cache | -C) 871: cache_file=config.cache ;; 872: 873: -datadir | --datadir | --datadi | --datad) 874: ac_prev=datadir ;; 875: -datadir=* | --datadir=* | --datadi=* | --datad=*) 876: datadir=$ac_optarg ;; 877: 878: -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 879: | --dataroo | --dataro | --datar) 880: ac_prev=datarootdir ;; 881: -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 882: | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 883: datarootdir=$ac_optarg ;; 884: 885: -disable-* | --disable-*) 886: ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 887: # Reject names that are not valid shell variable names. 888: expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 889: { echo "$as_me: error: invalid feature name: $ac_feature" >&2 890: { (exit 1); exit 1; }; } 891: ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 892: eval enable_$ac_feature=no ;; 893: 894: -docdir | --docdir | --docdi | --doc | --do) 895: ac_prev=docdir ;; 896: -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)