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, 0 insertions, 23 deletions
diff --git a/debian/patches/03-ac_config_macro_dir.patch b/debian/patches/03-ac_config_macro_dir.patch
deleted file mode 100644
index 91868cd..0000000
--- a/debian/patches/03-ac_config_macro_dir.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-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