comparison configure @ 94595:d462d412f132

Regenerate.
author Glenn Morris <rgm@gnu.org>
date Sat, 03 May 2008 19:01:26 +0000
parents dfdc13740582
children 296d148bd40b
comparison
equal deleted inserted replaced
94594:0a6e325623c1 94595:d462d412f132
2859 exit 33 2859 exit 33
2860 ;; 2860 ;;
2861 esac 2861 esac
2862 2862
2863 case "${opsys}" in 2863 case "${opsys}" in
2864 bsd386 | bsdos2-1 | bsdos2 | bsdos3 | bsdos4 | bsd4-1 | bsd4-2 | bsd4-3 | usg5-0 | usg5-2-2 | usg5-2 | usg5-3 | ultrix4-3 | 386bsd | hpux | hpux8 | hpux9 | hpux9shr | hpux10 | hpux10-20 | aix3-1 | aix3-2-5 | aix3-2 | aix4-1 | nextstep | ux4800 | uxpds | uxpv ) 2864 bsd386 | bsdos2-1 | bsdos2 | bsdos3 | bsdos4 | bsd4-1 | bsd4-2 | bsd4-3 | usg5-0 | usg5-2-2 | usg5-2 | usg5-3 | ultrix4-3 | 386bsd | hpux | hpux8 | hpux9 | hpux9shr | hpux10 | aix3-1 | aix3-2-5 | aix3-2 | aix4-1 | nextstep | ux4800 | uxpds | uxpv )
2865 echo "The system that you are configuring on: ${canonical} is considered to be obsolete" 2865 echo "The system that you are configuring on: ${canonical} is considered to be obsolete"
2866 echo "and it is planned to be desupported in the next version of Emacs" 2866 echo "and it is planned to be desupported in the next version of Emacs"
2867 echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use." 2867 echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use."
2868 echo "The code is still functional, but you need to edit the 'configure' script and remove the" 2868 echo "The code is still functional, but you need to edit the 'configure' script and remove the"
2869 echo "'exit 44' line. After that you can run 'configure' again and complete the build." 2869 echo "'exit 44' line. After that you can run 'configure' again and complete the build."
9285 9285
9286 if test "$no_x" = yes; then 9286 if test "$no_x" = yes; then
9287 window_system=none 9287 window_system=none
9288 else 9288 else
9289 window_system=x11 9289 window_system=x11
9290 fi
9291
9292 ## Workaround for bug in autoconf <= 2.62.
9293 ## http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg01551.html
9294 ## No need to do anything special for these standard directories.
9295 if test -n "${x_libraries}" && test x"${x_libraries}" != xNONE; then
9296
9297 x_libraries=`echo :${x_libraries}: | sed -e 's|:/usr/lib64:|:|g' -e 's|:/lib64:|:|g' -e 's|^:||' -e 's|:$||'`
9298
9290 fi 9299 fi
9291 9300
9292 if test "${x_libraries}" != NONE; then 9301 if test "${x_libraries}" != NONE; then
9293 if test -n "${x_libraries}"; then 9302 if test -n "${x_libraries}"; then
9294 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"` 9303 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`