diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-26 06:05:30 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-26 06:05:30 +0000 |
commit | b980c02fdb41c95ad45663137bdf20b3561e7cb0 (patch) | |
tree | 4524d0bd1b648af7f37a89c265271711947cab7f /m4 | |
parent | 7d8af8b5d5ad0fefc5ba3c5b45b75affe6d80db5 (diff) |
configure.ac (Sebastian Pipping)
Diffstat (limited to 'm4')
-rw-r--r-- | m4/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in index f0350d5..e11b3a3 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -38,7 +38,7 @@ host_triplet = @host@ subdir = m4 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |