2008-11-06 Alejandro Pinheiro <apinheiro@igalia.com>
authorAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 7 Nov 2008 08:54:29 +0000 (08:54 +0000)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 7 Nov 2008 08:54:29 +0000 (08:54 +0000)
* debian/rules: Added --enable-maintainer-mode
* Makefile.am: Added ACLOCAL_AMFLAGS

This allows to properly regenerate the Makefiles if you modify the
configure.ac or any Makefile.am.

ChangeLog
Makefile.am
debian/changelog
debian/rules

index bc58630..13ade57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-06  Alejandro Pinheiro  <apinheiro@igalia.com>
+
+       * debian/rules: Added --enable-maintainer-mode
+       * Makefile.am: Added ACLOCAL_AMFLAGS
+
+       This allows to properly regenerate the Makefiles if you modify the
+       configure.ac or any Makefile.am.
+
 2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>
 
        * examples/hildon-app-menu-example.c: (main): Do not set RC style
index c6a9153..ddba056 100644 (file)
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS                         = -I m4
 SUBDIRS                                = src                                           \
                                          pkgconfig                                     \
                                          examples                                      \
index 3754ef2..b1cd337 100644 (file)
@@ -1,8 +1,12 @@
 libhildon (2.1.21-1~unreleased1) unstable; urgency=low
 
+  [ Claudio Saavedra ]
   * bump unreleased, remove this entry before releasing 2.1.22-1
 
- -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 05 Nov 2008 14:16:38 +0200
+  [ Alejandro Pinheiro ]
+  * Added --enable-maintainer-mode on debian/rules
+
+ -- Alejandro Pinheiro <apinheiro@igalia.com>  Thu, 06 Nov 2008 18:18:36 +0100
 
 libhildon (2.1.20-1) unstable; urgency=low
 
index ad9bcb8..1df653b 100755 (executable)
@@ -5,7 +5,7 @@ include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed" PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --enable-maintainer-mode
 DEB_COMPRESS_EXCLUDE := .c
 
 SOURCE_DIR=$(CURDIR)