Diff

Differences From Artifact [056aca99f7]:

To Artifact [f947ea4178]:


1

2
3















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-
+


+
+
+
+
+
+
+
+
+
+
+
+
+
+
#! /bin/sh
#! /bin/bash

./kitcreator distclean

KITSHROOTDIR="$(ls -1d kitsh/buildsrc/kitsh-*/)"
export KITSHROOTDIR

(
	cd "${KITSHROOTDIR}" || exit 1

	autoconf; autoheader
	rm -rf autom4te.cache

	./configure

	make distclean
)