[Magic-dev] configure.in patch
Osei Poku
opoku at ece.cmu.edu
Tue Apr 25 03:41:29 EDT 2006
Hi,
I just download magic 7.5.12 from the website. There is a small bug
in the configure.in that causes the tkConfig.sh script to not be found
on some systems (debian/ubuntu etc). The repairing patch is
attached.
Thanks,
Osei
--
Osei Poku
Graduate Student,
Dept. of ECE, CMU
-------------- next part --------------
--- configure.in 2006-04-10 18:03:14.000000000 -0400
+++ configure.in_fixed 2006-04-25 02:37:55.000000000 -0400
@@ -465,11 +465,11 @@
#
if test "x$tk_config_sh" = "x" ; then
for dir in \
- `ls -dr /usr/local/tcl/tcl[[7-9]].[[0-9]]* 2>/dev/null` \
+ `ls -dr /usr/local/tk/tk[[7-9]].[[0-9]]* 2>/dev/null` \
/usr/local/tcl \
/usr/local/lib \
/usr/local \
- `ls -dr /usr/lib/tcl[[7-9]].[[0-9]]* 2>/dev/null` \
+ `ls -dr /usr/lib/tk[[7-9]].[[0-9]]* 2>/dev/null` \
/sw/lib \
${x_libraries} \
/usr
More information about the magic-dev
mailing list