From 2e76c79bbdd1ac112b556a71259096ea217f8cd7 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 11 Apr 2020 18:40:39 +0200 Subject: use MATE_COMPILE_WARNINGS from mate-common --- configure.ac | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/configure.ac b/configure.ac index 1fdc2a7..acd83c8 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ GLIB_GSETTINGS GTK_DOC_CHECK(1.9) MATE_COMMON_INIT +MATE_COMPILE_WARNINGS # Check for pkgconfig first AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, yes, no) @@ -363,17 +364,20 @@ AC_OUTPUT([ ]) echo " -caja-extensions-$VERSION: - prefix: ${prefix} - compiler: ${CC} - caja-extension dir ${ac_with_cajadir} - -Plugins to be built: - Image Converter: $enable_image_converter - Open Terminal: $enable_open_terminal - Sendto: $enable_sendto - Share: $enable_share - Gksu: $enable_gksu - Wallpaper: $enable_wallpaper - xattr Tags: $enable_xattr_tags + caja-extensions $VERSION + `echo caja-extensions $VERSION | sed "s/./=/g"` + prefix: ${prefix} + compiler: ${CC} + cflags: ${CFLAGS} + warning flags: ${WARN_CFLAGS} + caja-extension dir ${ac_with_cajadir} + + Plugins to be built: + Image Converter: $enable_image_converter + Open Terminal: $enable_open_terminal + Sendto: $enable_sendto + Share: $enable_share + Gksu: $enable_gksu + Wallpaper: $enable_wallpaper + xattr Tags: $enable_xattr_tags " -- cgit v1.2.1