Thu Oct 10 16:12:38 1996 Tom Tromey <tromey@cygnus.com>
+ * automake.in (handle_gettext): Moved check for SUBDIRS and
+ ABOUT-NLS here.
+
* automake.in (handle_configure): Run mkinstalldirs under
$(SHELL).
(handle_yacc_lex_cxx): Run interlock under $(SHELL).
Markku Rossi <mtr@ngs.fi>
Noah Friedman <friedman@gnu.ai.mit.edu>
Nyul Laszlo <nyul@sol.cc.u-szeged.hu>
+Per Bothner <bothner@cygnus.com>
Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
Thomas Morgan <tmorgan@pobox.com>
Tom Tromey <tromey@cygnus.com>
# Handle subdirectories.
sub handle_subdirs
{
- if (! &variable_defined ('SUBDIRS'))
- {
- &am_conf_error
- ("ud_GNU_GETTEXT in configure.in but SUBDIRS not defined")
- if $seen_gettext && $relative_dir eq '.';
- return;
- }
-
- &require_file_with_conf_line ($ac_gettext_line, $FOREIGN, 'ABOUT-NLS')
- if $seen_gettext;
-
return if ! &variable_defined ('SUBDIRS');
# Make sure each directory mentioned in SUBDIRS actually exists.
{
return if ! $seen_gettext || $relative_dir ne '.';
+ if (! &variable_defined ('SUBDIRS'))
+ {
+ &am_conf_error
+ ("ud_GNU_GETTEXT in configure.in but SUBDIRS not defined");
+ return;
+ }
+
+ &require_file_with_conf_line ($ac_gettext_line, $FOREIGN, 'ABOUT-NLS')
+ if $seen_gettext;
+
if (&variable_defined ('SUBDIRS'))
{
&am_line_error