summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-04-23 14:40:00 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2009-04-23 14:40:00 +0200
commit9f1c7d03c45298701320f5503e8ba1afec9fb523 (patch)
tree2bc2b93eea679344c17503c5c5cce0efd1a880ab /configure.in
parent06dda37076c6e5b222f868a46fe84c070a04d680 (diff)
downloadnautilus-9f1c7d03c45298701320f5503e8ba1afec9fb523.tar.gz
Add shave to the autotools setup
Use shave to have some more meaningful build messages. It can be turned off by using 'make V=1'.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index bad35e76e..5d9decdf3 100644
--- a/configure.in
+++ b/configure.in
@@ -28,6 +28,7 @@ dnl ===========================================================================
AC_CONFIG_SRCDIR(src)
AC_CONFIG_HEADERS(config.h)
+AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.9 tar-ustar])
AM_MAINTAINER_MODE
@@ -464,6 +465,7 @@ AC_ARG_ENABLE(update-mimedb,
enable_update_mimedb=yes)
AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x$enable_update_mimedb = xyes)
+SHAVE_INIT([m4], [enable])
AC_CONFIG_FILES([
Makefile
@@ -489,6 +491,9 @@ libnautilus-private/Makefile
libnautilus-extension/Makefile
libnautilus-extension/libnautilus-extension.pc
libnautilus-extension/libnautilus-extension-uninstalled.pc
+m4/Makefile
+m4/shave-libtool
+m4/shave
po/Makefile.in
src/Makefile
src/file-manager/Makefile