Diff

Differences From Artifact [6750e7ca3f]:

To Artifact [f422eb34cc]:


8
9
10
11
12
13
14
15
16
17
18
(
	cd "${KITSHROOTDIR}" || exit 1

	autoconf; autoheader
	rm -rf autom4te.cache
	rm -f *~

	./configure

	make distclean
)







|


|
8
9
10
11
12
13
14
15
16
17
18
(
	cd "${KITSHROOTDIR}" || exit 1

	autoconf; autoheader
	rm -rf autom4te.cache
	rm -f *~

	./configure || exit 1

	make distclean
) || exit 1