|
|
@@ -1,7 +1,7 @@
|
|
|
Index: Makefile.in
|
|
|
---- Makefile.in.orig 2009-06-12 10:01:58 +0200
|
|
|
-+++ Makefile.in 2009-07-02 18:31:34 +0200
|
|
|
-@@ -243,9 +243,7 @@
|
|
|
+--- Makefile.in.orig 2009-06-30 08:36:53 +0200
|
|
|
++++ Makefile.in 2009-07-03 19:42:50 +0200
|
|
|
+@@ -253,9 +253,7 @@
|
|
|
uudecode = @uudecode@
|
|
|
AUTOMAKE_OPTIONS = check-news
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
@@ -13,29 +13,29 @@ Index: Makefile.in
|
|
|
mann_MANS = man/mann/libmsgque.n man/mann/tclmsgque.n man/mann/javamsgque.n \
|
|
|
man/mann/pymsgque.n man/mann/csmsgque.n
|
|
|
Index: configure
|
|
|
---- configure.orig 2009-06-12 10:01:55 +0200
|
|
|
-+++ configure 2009-07-02 18:30:28 +0200
|
|
|
-@@ -23536,11 +23536,6 @@
|
|
|
+--- configure.orig 2009-06-30 08:36:50 +0200
|
|
|
++++ configure 2009-07-03 19:46:31 +0200
|
|
|
+@@ -19137,11 +19137,6 @@
|
|
|
fi
|
|
|
|
|
|
## check if a public 'tcl.h' header file is available
|
|
|
- if test ! -f "${TCL_INCLUDE_DIR}/tcl.h"; then
|
|
|
-- { { echo "$as_me:$LINENO: error: Could not find tcl.h in ${TCL_INCLUDE_DIR}" >&5
|
|
|
--echo "$as_me: error: Could not find tcl.h in ${TCL_INCLUDE_DIR}" >&2;}
|
|
|
+- { { $as_echo "$as_me:$LINENO: error: Could not find tcl.h in ${TCL_INCLUDE_DIR}" >&5
|
|
|
+-$as_echo "$as_me: error: Could not find tcl.h in ${TCL_INCLUDE_DIR}" >&2;}
|
|
|
- { (exit 1); exit 1; }; }
|
|
|
- fi
|
|
|
|
|
|
## check for empty TCL_INCLUDE_SPEC
|
|
|
test -z ${TCL_INCLUDE_SPEC} && TCL_INCLUDE_SPEC="-I${TCL_INCLUDE_DIR}"
|
|
|
-@@ -23551,13 +23546,6 @@
|
|
|
+@@ -19152,13 +19147,6 @@
|
|
|
done
|
|
|
done
|
|
|
|
|
|
-if test -z "$TCL_LIBS"; then
|
|
|
-- { echo "$as_me:$LINENO: result: not found" >&5
|
|
|
--echo "${ECHO_T}not found" >&6; }
|
|
|
-- { { echo "$as_me:$LINENO: error: Could not find tclConfig.sh in any of '$tclcnf'" >&5
|
|
|
--echo "$as_me: error: Could not find tclConfig.sh in any of '$tclcnf'" >&2;}
|
|
|
+- { $as_echo "$as_me:$LINENO: result: not found" >&5
|
|
|
+-$as_echo "not found" >&6; }
|
|
|
+- { { $as_echo "$as_me:$LINENO: error: Could not find tclConfig.sh in any of '$tclcnf'" >&5
|
|
|
+-$as_echo "$as_me: error: Could not find tclConfig.sh in any of '$tclcnf'" >&2;}
|
|
|
- { (exit 1); exit 1; }; }
|
|
|
-fi
|
|
|
|