Wed Sep 24 16:10:37 1997 Tom Tromey <tromey@cygnus.com>
+ * automake.in (handle_dist_worker): Correctly handle subdirs that
+ have their own configure.in. From Peter Mattis.
+
* automake.in (handle_yacc_lex_cxx): Handle de-ansi-fied sources
in srcdir as well as build dir.
Noah Friedman <friedman@gnu.ai.mit.edu>
Nyul Laszlo <nyul@sol.cc.u-szeged.hu>
Per Bothner <bothner@cygnus.com>
+Peter Mattis <petm@scam.XCF.Berkeley.EDU>
Phil Nelson <phil@cs.wwu.edu>
Ralph Schleicher <rs@purple.UL.BaWue.DE>
Ramón García Fernández <ramon@jl1.quim.ucm.es>
# weirdness.
"\t" . 'here=`cd $(top_builddir) && pwd`; ' . "\\\n"
. "\t" . 'top_distdir=`cd $(top_distdir) && pwd`; ' . "\\\n"
+ . "\t" . 'distdir=`cd $(distdir) && pwd`; ' . "\\\n"
. "\tcd \$(top_srcdir) \\\n"
- . "\t && \$(AUTOMAKE) --include-deps --build-dir=\$\$here --srcdir-name=\$(top_srcdir) --output-dir=\$\$top_distdir "
+ . "\t && \$(AUTOMAKE) --include-deps --build-dir=\$\$here --srcdir-name=\$(top_srcdir) --output-dir=\$\$distdir "
# Set strictness of output.
. ($cygnus_mode ? '--cygnus' : ('--' . $strictness_name))
. ($cmdline_use_dependencies ? '' : ' --include-deps')