]> code.delx.au - gnu-emacs/blobdiff - configure.in
(copy_text): If Vnonascii_translation_table is non-nil, try
[gnu-emacs] / configure.in
index 0196170f8fac72963fa73ce57335330f6f318055..7686b43c64ffc9ff5534344f534ffdb500cfc75b 100644 (file)
@@ -92,7 +92,7 @@ case "${srcdir}" in
     ## We may be able to use the $PWD environment variable to make this
     ## absolute.  But sometimes PWD is inaccurate.
     ## Make sure CDPATH doesn't affect cd (in case PWD is relative).
-    CDPATH=
+    unset CDPATH
     if test "${PWD}" != "" && test "`(cd ${PWD} ; sh -c pwd)`" = "`pwd`"  ;
     then
       srcdir="$PWD"
@@ -823,7 +823,7 @@ case "${canonical}" in
                RANLIB="ar -ts"
                ;;
       *-sunos5* | *-solaris* )
-               opsys=sol2-4
+               opsys=sol2-5
                NON_GNU_CPP=/usr/ccs/lib/cpp
                ;;
       *                          ) opsys=bsd4-2   ;;