summaryrefslogtreecommitdiff
path: root/Changes.Conf
diff options
context:
space:
mode:
Diffstat (limited to 'Changes.Conf')
-rw-r--r--Changes.Conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/Changes.Conf b/Changes.Conf
index cfff8a121b..0f383ce39e 100644
--- a/Changes.Conf
+++ b/Changes.Conf
@@ -22,6 +22,10 @@ This is a brief summary of the most important changes:
Many hint file updates.
+ Improve and simplify detection of local libraries and header files.
+
+ Expand documentation of installation process in new INSTALL file.
+
Upgrade Traps and Pitfalls:
Since a lot has changed in the build process, you are probably best off
@@ -33,7 +37,8 @@ versions, and which answer to keep can be difficult to sort out.
Therefore, you are probably better off ignoring your old config.sh, as
in the following:
- make distclean # (if you've built perl before)
+ make distclean # (if you've built perl before)
+ rm -f config.sh # (in case distclean mysteriously fails)
sh Configure [whatever options you like]
make depend
make