Lines 1-37
Link Here
|
1 |
--- configure.orig Sun Dec 7 15:00:37 2003 |
|
|
2 |
+++ configure Sun Dec 7 15:03:44 2003 |
3 |
@@ -7797,6 +7797,7 @@ |
4 |
|
5 |
# This can be used to rebuild libtool when needed |
6 |
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" |
7 |
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS |
8 |
|
9 |
# Always use our own libtool. |
10 |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
11 |
@@ -8118,26 +8118,6 @@ |
12 |
|
13 |
|
14 |
KERNEL_INCLUDE= |
15 |
-if test -d "/lib/modules/${kernel_version}/build/include"; then |
16 |
- KERNEL_INCLUDE="/lib/modules/${kernel_version}/build/include" |
17 |
-elif test -d "/usr/src/linux-2.4/include"; then |
18 |
- KERNEL_INCLUDE="/usr/src/linux-2.4/include" |
19 |
-elif test -d "/usr/include/linux"; then |
20 |
- KERNEL_INCLUDE="/usr/include/linux" |
21 |
-elif test -d "/usr/src/linux/include"; then |
22 |
- KERNEL_INCLUDE="/usr/src/linux/include" |
23 |
-fi |
24 |
- |
25 |
-if test -z ${KERNEL_INCLUDE}; then |
26 |
- { { echo "$as_me:$LINENO: error: could not find directory of kernel include files" >&5 |
27 |
-echo "$as_me: error: could not find directory of kernel include files" >&2;} |
28 |
- { (exit 1); exit 1; }; } |
29 |
-else |
30 |
- echo "$as_me:$LINENO: result: Using kernel includes from ${KERNEL_INCLUDE}" >&5 |
31 |
-echo "${ECHO_T}Using kernel includes from ${KERNEL_INCLUDE}" >&6 |
32 |
-fi |
33 |
- |
34 |
- |
35 |
|
36 |
# could not find a way to compile the kernel module correctly |
37 |
# kernel/Makefile |