Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita13b3f8

Browse files
committed
add missing files
1 parentbe0b6c1 commita13b3f8

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
if [!-f @TCL_CONFIG_SH@ ];then
3+
echo"@TCL_CONFIG_SH@ not found"
4+
echo"I need this file! Please make a symbolic link to this file"
5+
echo"and start make again."
6+
exit 1
7+
fi
8+
9+
cat @TCL_CONFIG_SH@|
10+
egrep'^TCL_'|
11+
whileread inp
12+
do
13+
evalevalecho$inp
14+
done>Makefile.tcldefs
15+
16+
exit 0
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
if [!-f @TK_CONFIG_SH@ ];then
3+
echo"@TK_CONFIG_SH@ not found"
4+
echo"I need this file! Please make a symbolic link to this file"
5+
echo"and start make again."
6+
exit 1
7+
fi
8+
9+
. @TK_CONFIG_SH@
10+
11+
cat @TK_CONFIG_SH@|
12+
egrep'^TK_'|
13+
whileread inp
14+
do
15+
evalevalecho$inp
16+
done>Makefile.tkdefs
17+
18+
exit 0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp