------------------------------------------------------------
revno: 322
committer: Manish Sinha <manishsi...@ubuntu.com>
branch nick: bluebird
timestamp: Wed 2011-10-26 03:00:08 +0530
message:
  Added enable for AM_MAINTAINER_MODE
  
  Our build system contains AM_MAINTAINER_MODE without enable. Changed it to
  AM_MAINTAINER_MODE([enable])
  Please see these links for better explanation
  * 
https://mail.gnome.org/archives/desktop-devel-list/2011-September/msg00064.html
  * http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
modified:
  configure.ac


--
lp:~zeitgeist/zeitgeist/bluebird
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch 
lp:~zeitgeist/zeitgeist/bluebird.
To unsubscribe from this branch go to 
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'configure.ac'
--- configure.ac	2011-10-17 07:46:27 +0000
+++ configure.ac	2011-10-25 21:30:08 +0000
@@ -2,7 +2,7 @@
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([dist-bzip2])
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
 
 AC_PROG_CC
 AM_PROG_CC_C_O

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to