summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac30
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
"