summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-10-25 20:32:07 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-10-25 20:32:07 +0000
commita312fb26d782c5b51af21a14e67eea16f3506a38 (patch)
treed551336669d3213c5651aa2b285aa534395bd02a /Makefile.in
parent277ca27f18dbad081b24e1b145aab439c204ccb9 (diff)
- Added m4/ac_define_dir.m4
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2500 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5d7ec26..50ceeb9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -84,7 +84,8 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
compile config.guess config.sub depcomp install-sh missing \
ylwrap ltmain.sh
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/argz.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
+ $(top_srcdir)/m4/argz.m4 \
$(top_srcdir)/m4/ax_append_compile_flags.m4 \
$(top_srcdir)/m4/ax_append_flag.m4 \
$(top_srcdir)/m4/ax_check_compile_flag.m4 \