configure.ac: fix mu-memcheck setup
and some whitespace cleanups
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user