From a312fb26d782c5b51af21a14e67eea16f3506a38 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 25 Oct 2013 20:32:07 +0000 Subject: - 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 --- help/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'help') diff --git a/help/Makefile.in b/help/Makefile.in index a06ca4b..6bc04b7 100644 --- a/help/Makefile.in +++ b/help/Makefile.in @@ -82,7 +82,8 @@ subdir = help DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(dist_helpf_DATA) 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 \ -- cgit