Skip to content

Commit 4a2b963

Browse files
author
Piotr Roszatycki
committed
* Autogen cleanup for fake subdirectory, too.
1 parent e21ae08 commit 4a2b963

File tree

8 files changed

+16
-21615
lines changed

8 files changed

+16
-21615
lines changed

autogen.sh

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
#!/bin/bash
22

3-
automake_version=1.10
3+
autogen () {
4+
automake_version=1.10
45

5-
rm -f aclocal.m4 configure
6+
rm -f aclocal.m4 configure
67

7-
aclocal-${automake_version} -I m4
8-
autoheader
9-
libtoolize --force --copy
10-
automake-${automake_version} --add-missing --copy
11-
autoconf
12-
rm -rf autom4te.cache
8+
aclocal-${automake_version} -I m4
9+
autoheader
10+
libtoolize --force --copy
11+
automake-${automake_version} --add-missing --copy
12+
autoconf
13+
rm -rf autom4te.cache
14+
rm -f config.h.in~
15+
}
16+
17+
cd $(dirname $0)
18+
autogen
19+
cd fake
20+
autogen

0 commit comments

Comments
 (0)