We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc8d66 commit fb4d506Copy full SHA for fb4d506
configure.ac
@@ -6,7 +6,7 @@ AM_SILENT_RULES([yes])
6
AC_CONFIG_MACRO_DIR([build-aux])
7
8
AM_CONDITIONAL([IS_SDIST],
9
- [test -e .gitignore])
+ [test ! -e .gitignore])
10
11
AC_DEFUN([AX_PROGVAR], [
12
test -n "$m4_toupper($1)" || { AC_PATH_PROG(m4_toupper($1), m4_default($2,$1)) }
0 commit comments