2001-07-29 Eli Zaretskii <eliz@is.elta.co.il>
+ * config/djgpp/djconfig.sh: Unset CDPATH.
+
* go32-nat.c (get_cr3): Temporary disable support for page tables
in UMBs, as it is incomplete.
# want to pass parameters to configure, you have to pass as the first
# argument the srcdir, even when it is `.' !!!!!
#
+# First, undo any CDPATH settings; they will get in our way when we
+# chdir to directories.
+unset CDPATH
+
# Where are the sources? If you are used to having the sources
# in a separate directory and the objects in another, then set
# here the full path to the source directory and run this script