Lines 108-114
Link Here
|
108 |
ac_given_INSTALL="$INSTALL" |
108 |
ac_given_INSTALL="$INSTALL" |
109 |
|
109 |
|
110 |
-trap 'rm -fr `echo "Makefile tst/Makefile doc/Makefile sgtk/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 |
110 |
-trap 'rm -fr `echo "Makefile tst/Makefile doc/Makefile sgtk/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 |
111 |
+trap 'rm -fr `echo "Makefile tst/Makefile doc/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 |
111 |
+trap 'rm -fr `echo "Makefile doc/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 |
112 |
EOF |
112 |
EOF |
113 |
cat >> $CONFIG_STATUS <<EOF |
113 |
cat >> $CONFIG_STATUS <<EOF |
114 |
|
114 |
|
Lines 117-123
Link Here
|
117 |
cat >> $CONFIG_STATUS <<EOF |
117 |
cat >> $CONFIG_STATUS <<EOF |
118 |
|
118 |
|
119 |
-CONFIG_FILES=\${CONFIG_FILES-"Makefile tst/Makefile doc/Makefile sgtk/Makefile"} |
119 |
-CONFIG_FILES=\${CONFIG_FILES-"Makefile tst/Makefile doc/Makefile sgtk/Makefile"} |
120 |
+CONFIG_FILES=\${CONFIG_FILES-"Makefile tst/Makefile doc/Makefile"} |
120 |
+CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile"} |
121 |
EOF |
121 |
EOF |
122 |
cat >> $CONFIG_STATUS <<\EOF |
122 |
cat >> $CONFIG_STATUS <<\EOF |
123 |
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |
123 |
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |