summaryrefslogtreecommitdiff
path: root/debian/patches/03-ac_config_macro_dir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/03-ac_config_macro_dir.patch')
-rw-r--r--debian/patches/03-ac_config_macro_dir.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/03-ac_config_macro_dir.patch b/debian/patches/03-ac_config_macro_dir.patch
new file mode 100644
index 0000000..91868cd
--- /dev/null
+++ b/debian/patches/03-ac_config_macro_dir.patch
@@ -0,0 +1,23 @@
+Description: Add correctly the local macro directory
+Author: Thanh Tung Nguyen <thngtong@gmail.com>
+Last-Updated: 2013-11-02
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -16,7 +16,7 @@
+ ASSEMBLY_SHORTNAME="appindicator3"
+ ASSEMBLY_TITLE="AppIndicator3#"
+ ASSEMBLY_VERSION="12.10.0"
+-AC_SUBST([ACLOCAL_AMFLAGS], ["-I m4 \${ACLOCAL_FLAGS}"])
++AC_CONFIG_MACRO_DIR([m4])
+
+ AC_SUBST(ASSEMBLY_NAME)
+ AC_SUBST(ASSEMBLY_VERSION)
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -1,3 +1,5 @@
++ACLOCAL_AMFLAGS = -I m4
++
+ SUBDIRS = sources sources/glue doc
+
+ pkgconfigdir = $(libdir)/pkgconfig