We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build-aux/config.guess
build-aux/config.sub
1 parent ceced7e commit 6dfcedeCopy full SHA for 6dfcede
.gitignore
@@ -7,6 +7,8 @@ release
7
/Makefile.in
8
/aclocal.m4
9
/autom4te.cache/
10
+/build-aux/config.guess
11
+/build-aux/config.sub
12
/build-aux/install-sh
13
/build-aux/missing
14
/build-aux/tap-driver.sh
autogen
@@ -13,6 +13,8 @@ try mkdir -p build-aux/m4
# Remove the files to truly force them to be updated.
try rm -f \
15
aclocal.m4 \
16
+ build-aux/config.guess \
17
+ build-aux/config.sub \
18
build-aux/install-sh \
19
build-aux/missing \
20
build-aux/tap-driver.sh \
0 commit comments