Fix for PR automake/67.
* automake.in (handle_multilib): remove .am suffix in fragment
name passed to file_contents.
* m4/multi.m4: Add missing ')' in AC_ARG_ENABLE invocation.
Remove external quotes in first arg of AC_OUTPUT_COMMANDS.
Remove unnecessary "rel-to-top-srcdir" before config-ml.in.
+2000-04-14 Victor V. Vengerov <vvv@oktet.ru>
+
+ Fix for PR automake/67.
+ * automake.in (handle_multilib): remove .am suffix in fragment
+ name passed to file_contents.
+ * m4/multi.m4: Add missing ')' in AC_ARG_ENABLE invocation.
+ Remove external quotes in first arg of AC_OUTPUT_COMMANDS.
+ Remove unnecessary "rel-to-top-srcdir" before config-ml.in.
+
2000-08-26 Tom Tromey <tromey@cygnus.com>
* subdirs.am (maintainer-clean-recursive): Always run clean rules
{
return unless $seen_multilib;
- $output_rules .= &file_contents ('multilib.am');
+ $output_rules .= &file_contents ('multilib');
&push_phony_cleaners ('multi');
push (@phony, 'all-multi', 'install-multi');
}
yes) multilib=yes ;;
no) multilib=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
- esac], [multilib=yes]
+ esac], [multilib=yes])
# We may get other options which we are undocumented:
# --with-target-subdir, --with-multisrctop, --with-multisubdir
fi
AC_SUBST(multi_basedir)
-AC_OUTPUT_COMMANDS([
+AC_OUTPUT_COMMANDS(
if test -n "$CONFIG_FILES"; then
- ac_file=ifelse([$1],,Makefile,[$1]) . ..ifelse([$2],,,/[$2])/config-ml.in
-fi], [
+ ac_file=[]ifelse([$1],,Makefile,[$1]) . ${multi_basedir}/config-ml.in
+fi, [
srcdir="$srcdir"
host="$host"
target="$target"