diff options
author | raveit65 <[email protected]> | 2020-04-11 18:40:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-11 23:26:40 +0200 |
commit | 2e76c79bbdd1ac112b556a71259096ea217f8cd7 (patch) | |
tree | 1760da989ad54ac2af1f0089ef75cd38b25061d2 | |
parent | f385fff37cec84564ed4cf86a8f7d5a6861a0b7f (diff) | |
download | caja-extensions-2e76c79bbdd1ac112b556a71259096ea217f8cd7.tar.bz2 caja-extensions-2e76c79bbdd1ac112b556a71259096ea217f8cd7.tar.xz |
use MATE_COMPILE_WARNINGS from mate-common
-rw-r--r-- | configure.ac | 30 |
1 files 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 " |