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([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
mu/Makefile
|
mu/Makefile
|
||||||
mu/mu-memcheck
|
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
lib/doxyfile
|
lib/doxyfile
|
||||||
lib/utils/Makefile
|
lib/utils/Makefile
|
||||||
@ -287,9 +286,9 @@ toys/mug/Makefile
|
|||||||
man/Makefile
|
man/Makefile
|
||||||
m4/Makefile
|
m4/Makefile
|
||||||
contrib/Makefile
|
contrib/Makefile
|
||||||
],[
|
|
||||||
[chmod +x mu/mu-memcheck]
|
|
||||||
])
|
])
|
||||||
|
AC_CONFIG_FILES([mu/mu-memcheck], [chmod +x mu/mu-memcheck])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
dnl toys/msg2pdf/Makefile
|
dnl toys/msg2pdf/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user