aboutsummaryrefslogtreecommitdiffstats
path: root/macros/aclocal-include.m4
diff options
context:
space:
mode:
authorgfarris <gfarris@src.gnome.org>2001-12-05 04:55:41 +0800
committergfarris <gfarris@src.gnome.org>2001-12-05 04:55:41 +0800
commite508d293964edda19447e713a2503e3133e84161 (patch)
tree836e96fae4c645a2aaf533b0a2f0650dd19a03c3 /macros/aclocal-include.m4
parent4b74a42adf77437cebda06977077664dc66cdf8c (diff)
downloadgsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.tar
gsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.tar.gz
gsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.tar.bz2
gsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.tar.lz
gsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.tar.xz
gsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.tar.zst
gsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.zip
*** empty log message ***
svn path=/trunk/; revision=14868
Diffstat (limited to 'macros/aclocal-include.m4')
-rw-r--r--macros/aclocal-include.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/macros/aclocal-include.m4 b/macros/aclocal-include.m4
deleted file mode 100644
index 43f9dbc48a..0000000000
--- a/macros/aclocal-include.m4
+++ /dev/null
@@ -1,16 +0,0 @@
-# aclocal-include.m4
-#
-# This macro adds the name macrodir to the set of directories
-# that `aclocal' searches for macros.
-
-# serial 1
-
-dnl AM_ACLOCAL_INCLUDE(macrodir)
-AC_DEFUN([AM_ACLOCAL_INCLUDE],
-[
- AM_CONDITIONAL(INSIDE_GNOME_COMMON, false)
-
- test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
-
- for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done
-])