aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-04-19 06:17:40 -0400
committerGlenn Morris2013-04-19 06:17:40 -0400
commit87e1a81114d1efdf25865507453e748dbd554c35 (patch)
tree0c5a27c3a68589a4c0399ef2f9484d1e31e8cbf9
parent7d6883367a54b4eee342aa861ef73e4191151ef0 (diff)
downloademacs-87e1a81114d1efdf25865507453e748dbd554c35.tar.gz
emacs-87e1a81114d1efdf25865507453e748dbd554c35.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure25
1 files changed, 15 insertions, 10 deletions
diff --git a/autogen/configure b/autogen/configure
index 8e69c9ceffc..7ddac01fb10 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -4640,6 +4640,11 @@ case "${canonical}" in
4640 opsys=freebsd 4640 opsys=freebsd
4641 ;; 4641 ;;
4642 4642
4643 ## DragonFly ports
4644 *-*-dragonfly* )
4645 opsys=dragonfly
4646 ;;
4647
4643 ## FreeBSD kernel + glibc based userland 4648 ## FreeBSD kernel + glibc based userland
4644 *-*-kfreebsd*gnu* ) 4649 *-*-kfreebsd*gnu* )
4645 opsys=gnu-kfreebsd 4650 opsys=gnu-kfreebsd
@@ -8462,7 +8467,7 @@ esac
8462 8467
8463LD_SWITCH_SYSTEM= 8468LD_SWITCH_SYSTEM=
8464case "$opsys" in 8469case "$opsys" in
8465 freebsd) 8470 freebsd|dragonfly)
8466 ## Let `ld' find image libs and similar things in /usr/local/lib. 8471 ## Let `ld' find image libs and similar things in /usr/local/lib.
8467 ## The system compiler, GCC, has apparently been modified to not 8472 ## The system compiler, GCC, has apparently been modified to not
8468 ## look there, contrary to what a stock GCC would do. 8473 ## look there, contrary to what a stock GCC would do.
@@ -8552,7 +8557,7 @@ case "$opsys" in
8552 ## IBM's X11R5 uses -lIM and -liconv in AIX 3.2.2. 8557 ## IBM's X11R5 uses -lIM and -liconv in AIX 3.2.2.
8553 aix4-2) LIBS_SYSTEM="-lrts -lIM -liconv" ;; 8558 aix4-2) LIBS_SYSTEM="-lrts -lIM -liconv" ;;
8554 8559
8555 freebsd) LIBS_SYSTEM="-lutil" ;; 8560 freebsd|dragonfly) LIBS_SYSTEM="-lutil" ;;
8556 8561
8557 hpux*) LIBS_SYSTEM="-l:libdld.sl" ;; 8562 hpux*) LIBS_SYSTEM="-l:libdld.sl" ;;
8558 8563
@@ -8589,7 +8594,7 @@ case $opsys in
8589 ## Adding -lm confuses the dynamic linker, so omit it. 8594 ## Adding -lm confuses the dynamic linker, so omit it.
8590 LIB_MATH= 8595 LIB_MATH=
8591 ;; 8596 ;;
8592 freebsd ) 8597 freebsd | dragonfly )
8593 SYSTEM_TYPE=berkeley-unix 8598 SYSTEM_TYPE=berkeley-unix
8594 ;; 8599 ;;
8595 gnu-linux | gnu-kfreebsd ) 8600 gnu-linux | gnu-kfreebsd )
@@ -13783,7 +13788,7 @@ mail_lock=no
13783case "$opsys" in 13788case "$opsys" in
13784 aix4-2) mail_lock="lockf" ;; 13789 aix4-2) mail_lock="lockf" ;;
13785 13790
13786 gnu|freebsd|netbsd|openbsd|darwin|irix6-5) mail_lock="flock" ;; 13791 gnu|freebsd|dragonfly|netbsd|openbsd|darwin|irix6-5) mail_lock="flock" ;;
13787 13792
13788 ## On GNU/Linux systems, both methods are used by various mail programs. 13793 ## On GNU/Linux systems, both methods are used by various mail programs.
13789 ## I assume most people are using newer mailers that have heard of flock. 13794 ## I assume most people are using newer mailers that have heard of flock.
@@ -14150,7 +14155,7 @@ $as_echo "$emacs_cv_freebsd_terminfo" >&6; }
14150 fi 14155 fi
14151 ;; 14156 ;;
14152 14157
14153 openbsd) LIBS_TERMCAP="-lncurses" ;; 14158 openbsd | dragonfly) LIBS_TERMCAP="-lncurses" ;;
14154 14159
14155 ## hpux: Make sure we get select from libc rather than from libcurses 14160 ## hpux: Make sure we get select from libc rather than from libcurses
14156 ## because libcurses on HPUX 10.10 has a broken version of select. 14161 ## because libcurses on HPUX 10.10 has a broken version of select.
@@ -15527,7 +15532,7 @@ $as_echo "#define HAVE_PROCFS 1" >>confdefs.h
15527esac 15532esac
15528 15533
15529case $opsys in 15534case $opsys in
15530 darwin | freebsd | netbsd | openbsd ) 15535 darwin | dragonfly | freebsd | netbsd | openbsd )
15531 15536
15532$as_echo "#define DONT_REOPEN_PTY 1" >>confdefs.h 15537$as_echo "#define DONT_REOPEN_PTY 1" >>confdefs.h
15533 15538
@@ -15609,7 +15614,7 @@ case $opsys in
15609 15614
15610 ;; 15615 ;;
15611 15616
15612 gnu-linux | gnu-kfreebsd | freebsd | netbsd ) 15617 gnu-linux | gnu-kfreebsd | dragonfly | freebsd | netbsd )
15613 if test "x$ac_cv_func_grantpt" = xyes; then 15618 if test "x$ac_cv_func_grantpt" = xyes; then
15614 15619
15615$as_echo "#define UNIX98_PTYS 1" >>confdefs.h 15620$as_echo "#define UNIX98_PTYS 1" >>confdefs.h
@@ -15688,7 +15693,7 @@ esac
15688 15693
15689 15694
15690case $opsys in 15695case $opsys in
15691 aix4-2 | cygwin | gnu | irix6-5 | freebsd | netbsd | openbsd | darwin ) 15696 aix4-2 | cygwin | gnu | irix6-5 | dragonfly | freebsd | netbsd | openbsd | darwin )
15692 $as_echo "#define SIGNALS_VIA_CHARACTERS 1" >>confdefs.h 15697 $as_echo "#define SIGNALS_VIA_CHARACTERS 1" >>confdefs.h
15693 15698
15694 ;; 15699 ;;
@@ -15752,7 +15757,7 @@ case $opsys in
15752 darwin) $as_echo "#define TAB3 OXTABS" >>confdefs.h 15757 darwin) $as_echo "#define TAB3 OXTABS" >>confdefs.h
15753 ;; 15758 ;;
15754 15759
15755 gnu | freebsd | netbsd | openbsd ) 15760 gnu | dragonfly | freebsd | netbsd | openbsd )
15756 15761
15757$as_echo "#define TABDLY OXTABS" >>confdefs.h 15762$as_echo "#define TABDLY OXTABS" >>confdefs.h
15758 15763
@@ -15831,7 +15836,7 @@ if test x$GCC = xyes; then
15831 15836
15832else 15837else
15833 case $opsys in 15838 case $opsys in
15834 freebsd | netbsd | openbsd | irix6-5 | sol2* ) 15839 dragonfly | freebsd | netbsd | openbsd | irix6-5 | sol2* )
15835 $as_echo "#define GC_SETJMP_WORKS 1" >>confdefs.h 15840 $as_echo "#define GC_SETJMP_WORKS 1" >>confdefs.h
15836 15841
15837 ;; 15842 ;;