comparison configure @ 3518:3cb3c306cce9

[xemacs-hg @ 2006-07-19 16:36:30 by stephent] Configure fixups. <87d5c15zbf.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 19 Jul 2006 16:36:37 +0000
parents f5e111f9411d
children 833d460acd43
comparison
equal deleted inserted replaced
3517:10ee8fade35d 3518:3cb3c306cce9
987 Specify location of early/user packages (instead of 987 Specify location of early/user packages (instead of
988 ~/.xemacs; same as --with-early-packages). 988 ~/.xemacs; same as --with-early-packages).
989 --with-late-packages=DIR 989 --with-late-packages=DIR
990 Specify location of late/system packages (instead of 990 Specify location of late/system packages (instead of
991 default location; same as --with-system-packages). 991 default location; same as --with-system-packages).
992 --with-late-packages=DIR 992 --with-system-packages=DIR
993 Specify location of late/system packages (instead of 993 Specify location of late/system packages (instead of
994 default location; same as --with-late-packages). 994 default location; same as --with-late-packages).
995 --with-last-packages=DIR 995 --with-last-packages=DIR
996 Specify location of last/legacy packages (instead of 996 Specify location of last/legacy packages (instead of
997 default location; same as --with-legacy-packages). 997 default location; same as --with-legacy-packages).
998 --with-late-packages=DIR 998 --with-legacy-packages=DIR
999 Specify location of late/legacy packages (instead of 999 Specify location of late/legacy packages (instead of
1000 default location; same as --with-late-packages). 1000 default location; same as --with-last-packages).
1001 --with-package-path=PATH 1001 --with-package-path=PATH
1002 Search path for package directories. 1002 Search path for package directories.
1003 --with-infopath=PATH Location of info directories 1003 --with-infopath=PATH Location of info directories
1004 1004
1005 Window-system options 1005 Window-system options
16476 16476
16477 /usr/openwin/include 16477 /usr/openwin/include
16478 /usr/openwin/share/include' 16478 /usr/openwin/share/include'
16479 16479
16480 if test "$ac_x_includes" = no; then 16480 if test "$ac_x_includes" = no; then
16481 # Guess where to find include files, by looking for Xlib.h. 16481 # Guess where to find include files, by looking for Intrinsic.h.
16482 # First, try using that file with no special directory specified. 16482 # First, try using that file with no special directory specified.
16483 cat >conftest.$ac_ext <<_ACEOF 16483 cat >conftest.$ac_ext <<_ACEOF
16484 /* confdefs.h. */ 16484 /* confdefs.h. */
16485 _ACEOF 16485 _ACEOF
16486 cat confdefs.h >>conftest.$ac_ext 16486 cat confdefs.h >>conftest.$ac_ext
16487 cat >>conftest.$ac_ext <<_ACEOF 16487 cat >>conftest.$ac_ext <<_ACEOF
16488 /* end confdefs.h. */ 16488 /* end confdefs.h. */
16489 #include <X11/Xlib.h> 16489 #include <X11/Intrinsic.h>
16490 _ACEOF 16490 _ACEOF
16491 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 16491 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16492 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 16492 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16493 ac_status=$? 16493 ac_status=$?
16494 grep -v '^ *+' conftest.er1 >conftest.err 16494 grep -v '^ *+' conftest.er1 >conftest.err
16511 else 16511 else
16512 echo "$as_me: failed program was:" >&5 16512 echo "$as_me: failed program was:" >&5
16513 sed 's/^/| /' conftest.$ac_ext >&5 16513 sed 's/^/| /' conftest.$ac_ext >&5
16514 16514
16515 for ac_dir in $ac_x_header_dirs; do 16515 for ac_dir in $ac_x_header_dirs; do
16516 if test -r "$ac_dir/X11/Xlib.h"; then 16516 if test -r "$ac_dir/X11/Intrinsic.h"; then
16517 ac_x_includes=$ac_dir 16517 ac_x_includes=$ac_dir
16518 break 16518 break
16519 fi 16519 fi
16520 done 16520 done
16521 fi 16521 fi
16532 /* confdefs.h. */ 16532 /* confdefs.h. */
16533 _ACEOF 16533 _ACEOF
16534 cat confdefs.h >>conftest.$ac_ext 16534 cat confdefs.h >>conftest.$ac_ext
16535 cat >>conftest.$ac_ext <<_ACEOF 16535 cat >>conftest.$ac_ext <<_ACEOF
16536 /* end confdefs.h. */ 16536 /* end confdefs.h. */
16537 #include <X11/Xlib.h> 16537 #include <X11/Intrinsic.h>
16538 int 16538 int
16539 main () 16539 main ()
16540 { 16540 {
16541 XrmInitialize () 16541 XtMalloc (0)
16542 ; 16542 ;
16543 return 0; 16543 return 0;
16544 } 16544 }
16545 _ACEOF 16545 _ACEOF
16546 rm -f conftest.$ac_objext conftest$ac_exeext 16546 rm -f conftest.$ac_objext conftest$ac_exeext