updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / itcl / configure.patch
blobd08831ae3eaa531dea5636c275fd784dacf4cb8b
1 --- configure~ 2009-10-01 10:52:14.262000484 +0600
2 +++ configure 2009-10-01 10:53:08.308663418 +0600
3 @@ -347,7 +347,7 @@
4 includedir='${prefix}/include'
5 oldincludedir='/usr/include'
6 infodir='${prefix}/info'
7 -mandir='${prefix}/man'
8 +mandir='${prefix}/share/man'
10 ac_prev=
11 for ac_option
12 @@ -6369,7 +6369,7 @@
14 esac
15 else
16 - if test ! -f "${TCL_SRC_DIR}/generic/tclInt.h" ; then
17 + if test ! -f "/usr/include/tclInt.h" ; then
18 { { echo "$as_me:$LINENO: error: Cannot find private header tclInt.h in ${TCL_SRC_DIR}" >&5
19 echo "$as_me: error: Cannot find private header tclInt.h in ${TCL_SRC_DIR}" >&2;}
20 { (exit 1); exit 1; }; }