mirror of
https://github.com/espressif/openthread.git
synced 2026-09-08 18:20:06 +00:00
fix wrong pretty conf path in configure.ac (#1885)
This commit is contained in:
+2
-2
@@ -335,9 +335,9 @@ fi
|
||||
#
|
||||
|
||||
AC_SUBST(PRETTY, ["\${abs_top_srcdir}/.astyle/astyle-wrap.sh"])
|
||||
AC_SUBST(PRETTY_ARGS, ["astyle --options=\${abs_top_builddir}/.astyle/astyle-opts"])
|
||||
AC_SUBST(PRETTY_ARGS, ["astyle --options=\${abs_top_srcdir}/.astyle/astyle-opts"])
|
||||
AC_SUBST(PRETTY_CHECK, ["\${abs_top_srcdir}/.astyle/astyle-wrap.sh"])
|
||||
AC_SUBST(PRETTY_CHECK_ARGS, ["astyle --options=\${abs_top_builddir}/.astyle/astyle-opts --dry-run"])
|
||||
AC_SUBST(PRETTY_CHECK_ARGS, ["astyle --options=\${abs_top_srcdir}/.astyle/astyle-opts --dry-run"])
|
||||
|
||||
#
|
||||
# Tests
|
||||
|
||||
Reference in New Issue
Block a user