Lines 1-31
Link Here
|
1 |
--- readline-4.3/configure.orig Tue Sep 16 14:58:09 2003 |
|
|
2 |
+++ readline-4.3/configure Tue Sep 16 14:59:08 2003 |
3 |
@@ -1288,7 +1288,7 @@ |
4 |
|
5 |
|
6 |
ac_aux_dir= |
7 |
-for ac_dir in ./support $srcdir/./support; do |
8 |
+for ac_dir in ./.. $srcdir/./..; do |
9 |
if test -f $ac_dir/install-sh; then |
10 |
ac_aux_dir=$ac_dir |
11 |
ac_install_sh="$ac_aux_dir/install-sh -c" |
12 |
@@ -1304,8 +1304,8 @@ |
13 |
fi |
14 |
done |
15 |
if test -z "$ac_aux_dir"; then |
16 |
- { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ./support $srcdir/./support" >&5 |
17 |
-echo "$as_me: error: cannot find install-sh or install.sh in ./support $srcdir/./support" >&2;} |
18 |
+ { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ./.. $srcdir/./.." >&5 |
19 |
+echo "$as_me: error: cannot find install-sh or install.sh in ./.. $srcdir/./.." >&2;} |
20 |
{ (exit 1); exit 1; }; } |
21 |
fi |
22 |
ac_config_guess="$SHELL $ac_aux_dir/config.guess" |
23 |
@@ -6331,7 +6331,7 @@ |
24 |
|
25 |
|
26 |
|
27 |
- ac_config_files="$ac_config_files Makefile doc/Makefile examples/Makefile shlib/Makefile" |
28 |
+ ac_config_files="$ac_config_files Makefile" |
29 |
ac_config_commands="$ac_config_commands default" |
30 |
cat >confcache <<\_ACEOF |
31 |
# This file is a shell script that caches the results of configure |