Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Winship <dwinship@redhat.com>2007-08-13 21:57:05 (GMT)
committer Dan Winship <dwinship@redhat.com>2007-08-13 21:57:05 (GMT)
commit56eb7c2dc3989942980879d86bda6755378ced27 (patch)
treeffdf0889f7a05e5aa8503f86e12bd65af350b7f2 /configure.ac
parent6debe0c34d2973d8af002fbe4fe195d6d84c2eec (diff)
Borrow some autofoo goo from nautilus to make the mimedb stuff distcheck
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0994fd6..b7b348c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,6 +38,12 @@ AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
AM_GLIB_GNU_GETTEXT
+AC_ARG_ENABLE(update-mimedb,
+ AC_HELP_STRING([--disable-update-mimedb],
+ [disable the update-mime-database after install [default=no]]),,
+ enable_update_mimedb=yes)
+AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x$enable_update_mimedb = xyes)
+
AC_CONFIG_FILES([bin/sugar], [chmod +x sugar])
AC_OUTPUT([