mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-26 00:16:18 +00:00
Remove (g)indent references.
Unfortunately, there is no automatic way that is good to indent the code. Developers need to take care about indent themself ;) (Fixes Issue 84)
This commit is contained in:
10
configure.ac
10
configure.ac
@@ -122,16 +122,6 @@ then
|
||||
fi
|
||||
AM_CONDITIONAL(DOC_ENABLED, [test x"$enable_doc" = xyes])
|
||||
|
||||
# The indent target require GNU indent
|
||||
AC_PATH_PROG([INDENT], [indent])
|
||||
AC_PATH_PROG([GINDENT], [gindent])
|
||||
if test x"$GINDENT" != x""; then
|
||||
INDENT="$GINDENT"
|
||||
fi
|
||||
|
||||
AC_SUBST(INDENT)
|
||||
AM_CONDITIONAL(HAS_INDENT, [test x"$INDENT" != x""])
|
||||
|
||||
# Dependencies
|
||||
PKG_CONFIG_REQUIRES=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user