configure.ac: fix mu-memcheck setup

and some whitespace cleanups
This commit is contained in:
Dirk-Jan C. Binnema
2021-03-13 14:54:39 +02:00
parent b100c963fc
commit cbda30efe0

View File

@ -269,7 +269,6 @@ AC_SUBST(MU_DOC_DIR, "${prefix}/share/doc/mu")
AC_CONFIG_FILES([
Makefile
mu/Makefile
mu/mu-memcheck
lib/Makefile
lib/doxyfile
lib/utils/Makefile
@ -287,9 +286,9 @@ toys/mug/Makefile
man/Makefile
m4/Makefile
contrib/Makefile
],[
[chmod +x mu/mu-memcheck]
])
AC_CONFIG_FILES([mu/mu-memcheck], [chmod +x mu/mu-memcheck])
AC_OUTPUT
dnl toys/msg2pdf/Makefile