diff options
| author | Javier Jardón <jjardon@gnome.org> | 2011-09-09 22:27:59 +0800 |
|---|---|---|
| committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:09:03 +0800 |
| commit | ef9926b24319e3c235cca6bbaeefb595ce55b591 (patch) | |
| tree | 66d63e11452b498ec3aa9ca4e93930cafdd3ef03 /configure.ac | |
| parent | 52ccb418240568bd83d108b88c63af0724c5acb6 (diff) | |
| download | gsoc2013-evolution-ef9926b24319e3c235cca6bbaeefb595ce55b591.tar.gz gsoc2013-evolution-ef9926b24319e3c235cca6bbaeefb595ce55b591.tar.zst gsoc2013-evolution-ef9926b24319e3c235cca6bbaeefb595ce55b591.zip | |
Make maintiner mode enabled by default
See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c4ff6cfd4b..a96e80b554 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" dnl ****************************** dnl Initialize maintainer mode dnl ****************************** -AM_MAINTAINER_MODE +AM_MAINTAINER_MODE([enable]) if test "$evo_version" != "$evo_stable_version"; then AC_DEFINE(STABLE_VERSION, ["evo_stable_version"], |
