Skip to content

Commit 0ae78bc

Browse files
committed
Removed autoconf generated files. Changed bootstrap to link instead of copy
1 parent 55b4548 commit 0ae78bc

File tree

10 files changed

+1
-14510
lines changed

10 files changed

+1
-14510
lines changed

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
aclocal \
3-
&& (libtoolize -c --force || glibtoolize -c --force) \
3+
&& (libtoolize --force || glibtoolize --force) \
44
&& automake --foreign --add-missing --copy \
55
&& autoconf

0 commit comments

Comments
 (0)