aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-05-03 19:01:26 +0000
committerGlenn Morris2008-05-03 19:01:26 +0000
commita8cd2496394dd75ba4ee9caa16eb9538247c5009 (patch)
tree2536d10e31e1b1e6791c4f42348a1c6491414bc9
parent1066d056437c657338400ba52357d9e9eb000023 (diff)
downloademacs-a8cd2496394dd75ba4ee9caa16eb9538247c5009.tar.gz
emacs-a8cd2496394dd75ba4ee9caa16eb9538247c5009.zip
Regenerate.
-rwxr-xr-xconfigure11
1 files changed, 10 insertions, 1 deletions
diff --git a/configure b/configure
index 192c51b9c23..b0811c3f164 100755
--- a/configure
+++ b/configure
@@ -2861,7 +2861,7 @@ case "${machine}" in
2861esac 2861esac
2862 2862
2863case "${opsys}" in 2863case "${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."
@@ -9289,6 +9289,15 @@ else
9289 window_system=x11 9289 window_system=x11
9290fi 9290fi
9291 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.
9295if 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
9299fi
9300
9292if test "${x_libraries}" != NONE; then 9301if 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"`