aboutsummaryrefslogtreecommitdiff
path: root/ac/aclocal-include.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ac/aclocal-include.m4')
-rw-r--r--ac/aclocal-include.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/ac/aclocal-include.m4 b/ac/aclocal-include.m4
deleted file mode 100644
index aac5f8a0..00000000
--- a/ac/aclocal-include.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-# aclocal-include.m4
-#
-# This macro adds the name macrodir to the set of directories
-# that `aclocal' searches for macros.
-
-dnl SYLPHEED_ACLOCAL_INCLUDE(macrodir)
-AC_DEFUN([SYLPHEED_ACLOCAL_INCLUDE],
-[
- test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
-
- for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done
-])