Filewatcher File Search
FTP Search
  
Directory (beta)
  
Content Search (beta)
   
pkg://automake14-1.4p6-9.src.rpm:386609/automake-1.4-p6.tar.gz  info  downloads

automake-1.4-p6/0000777000175000017500000000000007520606025007256 5automake-1.4-p6/Makefile.in0000644000175000017500000005140707520606024011245 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am

# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.


SHELL = @SHELL@

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@

bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include

DESTDIR =

pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@

top_builddir = .

ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@

INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
APIVERSION = @APIVERSION@
LN = @LN@
MAKEINFO = @MAKEINFO@
PACKAGE = @PACKAGE@
PERL = @PERL@
TAR = @TAR@
VERSION = @VERSION@
pkgvdatadir = @pkgvdatadir@

AUTOMAKE_OPTIONS = 1.4
MAINT_CHARSET = latin1

SUBDIRS = . m4 tests

bin_SCRIPTS = automake aclocal
info_TEXINFOS = automake.texi

amfiles = clean-hdr.am clean-kr.am clean.am comp-vars.am compile.am data-clean.am data.am dejagnu.am depend.am depend2.am dist-vars.am footer.am header-vars.am header.am java-clean.am java.am kr-extra.am library.am libs-clean.am libs.am libtool.am lisp-clean.am lisp.am ltlib-clean.am ltlib.am ltlibrary.am mans-vars.am mans.am multilib.am program.am progs-clean.am progs.am remake-hdr.am remake.am scripts.am subdirs.am tags-clean.am tags.am texi-vers.am texinfos.am


pkgvdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 $(amfiles)

scriptdir = $(pkgvdatadir)
script_DATA = config.guess config.sub install-sh mdate-sh missing mkinstalldirs elisp-comp ylwrap acinstall


EXTRA_DIST = acinstall $(pkgvdata_DATA) $(script_DATA)

ETAGS_ARGS = $(amfiles)
TAGS_DEPENDENCIES = $(ETAGS_ARGS)

DISTCLEANFILES = automake.cm automake.ov
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =  automake aclocal
SCRIPTS =  $(bin_SCRIPTS)

TEXI2DVI = texi2dvi
INFO_DEPS = automake.info
DVIS = automake.dvi
TEXINFOS = automake.texi
DATA =  $(pkgvdata_DATA) $(script_DATA)

DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
Makefile.in NEWS THANKS TODO aclocal.in aclocal.m4 ansi2knr.1 \
ansi2knr.c automake.in config.guess config.sub configure configure.in \
elisp-comp install-sh mdate-sh missing mkinstalldirs stamp-vti \
texinfo.tex version.texi ylwrap


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile

Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) \
	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status

$(ACLOCAL_M4):  configure.in 
	cd $(srcdir) && $(ACLOCAL)

config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	$(SHELL) ./config.status --recheck
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
	cd $(srcdir) && $(AUTOCONF)
automake: $(top_builddir)/config.status automake.in
	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
aclocal: $(top_builddir)/config.status aclocal.in
	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status

install-binSCRIPTS: $(bin_SCRIPTS)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(bindir)
	@list='$(bin_SCRIPTS)'; for p in $$list; do \
	  if test -f $$p; then \
	    echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
	    $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
	  else if test -f $(srcdir)/$$p; then \
	    echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
	  else :; fi; fi; \
	done

uninstall-binSCRIPTS:
	@$(NORMAL_UNINSTALL)
	list='$(bin_SCRIPTS)'; for p in $$list; do \
	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
	done

$(srcdir)/version.texi: stamp-vti
	@:

$(srcdir)/stamp-vti: automake.texi $(top_srcdir)/configure.in
	@echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/automake.texi`" > vti.tmp
	@echo "@set EDITION $(VERSION)" >> vti.tmp
	@echo "@set VERSION $(VERSION)" >> vti.tmp
	@cmp -s vti.tmp $(srcdir)/version.texi \
	  || (echo "Updating $(srcdir)/version.texi"; \
	      cp vti.tmp $(srcdir)/version.texi)
	-@rm -f vti.tmp
	@cp $(srcdir)/version.texi $@

mostlyclean-vti:
	-rm -f vti.tmp

clean-vti:

distclean-vti:

maintainer-clean-vti:
	-rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi

automake.info: automake.texi version.texi
automake.dvi: automake.texi version.texi


DVIPS = dvips

.texi.info:
	@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
	cd $(srcdir) \
	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`

.texi.dvi:
	TEXINPUTS=.:$$TEXINPUTS \
	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<

.texi:
	@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
	cd $(srcdir) \
	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`

.texinfo.info:
	@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
	cd $(srcdir) \
	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`

.texinfo:
	@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
	cd $(srcdir) \
	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`

.texinfo.dvi:
	TEXINPUTS=.:$$TEXINPUTS \
	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<

.txi.info:
	@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
	cd $(srcdir) \
	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`

.txi.dvi:
	TEXINPUTS=.:$$TEXINPUTS \
	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<

.txi:
	@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
	cd $(srcdir) \
	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
.dvi.ps:
	$(DVIPS) $< -o $@

install-info-am: $(INFO_DEPS)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(infodir)
	@list='$(INFO_DEPS)'; \
	for file in $$list; do \
	  d=$(srcdir); \
	  for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
	    if test -f $$d/$$ifile; then \
	      echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
	      $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
	    else : ; fi; \
	  done; \
	done
	@$(POST_INSTALL)
	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
	  list='$(INFO_DEPS)'; \
	  for file in $$list; do \
	    echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
	    install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
	  done; \
	else : ; fi

uninstall-info:
	$(PRE_UNINSTALL)
	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
	  ii=yes; \
	else ii=; fi; \
	list='$(INFO_DEPS)'; \
	for file in $$list; do \
	  test -z "$$ii" \
	    || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
	done
	@$(NORMAL_UNINSTALL)
	list='$(INFO_DEPS)'; \
	for file in $$list; do \
	  (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
	done

dist-info: $(INFO_DEPS)
	list='$(INFO_DEPS)'; \
	for base in $$list; do \
	  d=$(srcdir); \
	  for file in `cd $$d && eval echo $$base*`; do \
	    test -f $(distdir)/$$file \
	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	    || cp -p $$d/$$file $(distdir)/$$file; \
	  done; \
	done

mostlyclean-aminfo:
	-rm -f automake.aux automake.cp automake.cps automake.dvi automake.fn \
	  automake.fns automake.ky automake.kys automake.ps \
	  automake.log automake.pg automake.toc automake.tp \
	  automake.tps automake.vr automake.vrs automake.op automake.tr \
	  automake.cv automake.cn

clean-aminfo:

distclean-aminfo:

maintainer-clean-aminfo:
	cd $(srcdir) && for i in $(INFO_DEPS); do \
	  rm -f $$i; \
	  if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
	    rm -f $$i-[0-9]*; \
	  fi; \
	done

install-pkgvdataDATA: $(pkgvdata_DATA)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(pkgvdatadir)
	@list='$(pkgvdata_DATA)'; for p in $$list; do \
	  if test -f $(srcdir)/$$p; then \
	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgvdatadir)/$$p"; \
	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgvdatadir)/$$p; \
	  else if test -f $$p; then \
	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgvdatadir)/$$p"; \
	    $(INSTALL_DATA) $$p $(DESTDIR)$(pkgvdatadir)/$$p; \
	  fi; fi; \
	done

uninstall-pkgvdataDATA:
	@$(NORMAL_UNINSTALL)
	list='$(pkgvdata_DATA)'; for p in $$list; do \
	  rm -f $(DESTDIR)$(pkgvdatadir)/$$p; \
	done

install-scriptDATA: $(script_DATA)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(scriptdir)
	@list='$(script_DATA)'; for p in $$list; do \
	  if test -f $(srcdir)/$$p; then \
	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(scriptdir)/$$p"; \
	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(scriptdir)/$$p; \
	  else if test -f $$p; then \
	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(scriptdir)/$$p"; \
	    $(INSTALL_DATA) $$p $(DESTDIR)$(scriptdir)/$$p; \
	  fi; fi; \
	done

uninstall-scriptDATA:
	@$(NORMAL_UNINSTALL)
	list='$(script_DATA)'; for p in $$list; do \
	  rm -f $(DESTDIR)$(scriptdir)/$$p; \
	done

# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
#     (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.

@SET_MAKE@

all-recursive install-data-recursive install-exec-recursive \
installdirs-recursive install-recursive uninstall-recursive  \
check-recursive installcheck-recursive info-recursive dvi-recursive:
	@set fnord $(MAKEFLAGS); amf=$$2; \
	dot_seen=no; \
	target=`echo $@ | sed s/-recursive//`; \
	list='$(SUBDIRS)'; for subdir in $$list; do \
	  echo "Making $$target in $$subdir"; \
	  if test "$$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$$target-am"; \
	  else \
	    local_target="$$target"; \
	  fi; \
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
	done; \
	if test "$$dot_seen" = "no"; then \
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
	fi; test -z "$$fail"

mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
	@set fnord $(MAKEFLAGS); amf=$$2; \
	dot_seen=no; \
	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
	  rev="$$subdir $$rev"; \
	  test "$$subdir" != "." || dot_seen=yes; \
	done; \
	test "$$dot_seen" = "no" && rev=". $$rev"; \
	target=`echo $@ | sed s/-recursive//`; \
	for subdir in $$rev; do \
	  echo "Making $$target in $$subdir"; \
	  if test "$$subdir" = "."; then \
	    local_target="$$target-am"; \
	  else \
	    local_target="$$target"; \
	  fi; \
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
	done && test -z "$$fail"
tags-recursive:
	list='$(SUBDIRS)'; for subdir in $$list; do \
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
	done

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP)
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	here=`pwd` && cd $(srcdir) \
	  && mkid -f$$here/ID $$unique $(LISP)

TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SUBDIRS)'; for subdir in $$list; do \
   if test "$$subdir" = .; then :; else \
	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
   fi; \
	done; \
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)

mostlyclean-tags:

clean-tags:

distclean-tags:
	-rm -f TAGS ID

maintainer-clean-tags:

distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)

# This target untars the dist file and tries a VPATH configuration.  Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
	-rm -rf $(distdir)
	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
	mkdir $(distdir)/=build
	mkdir $(distdir)/=inst
	dc_install_base=`cd $(distdir)/=inst && pwd`; \
	cd $(distdir)/=build \
	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
	  && $(MAKE) $(AM_MAKEFLAGS) \
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
	  && $(MAKE) $(AM_MAKEFLAGS) check \
	  && $(MAKE) $(AM_MAKEFLAGS) install \
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
	  && $(MAKE) $(AM_MAKEFLAGS) dist
	-rm -rf $(distdir)
	@banner="$(distdir).tar.gz is ready for distribution"; \
	dashes=`echo "$$banner" | sed s/./=/g`; \
	echo "$$dashes"; \
	echo "$$banner"; \
	echo "$$dashes"
dist: distdir
	-chmod -R a+r $(distdir)
	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
	-rm -rf $(distdir)
dist-all: distdir
	-chmod -R a+r $(distdir)
	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
	-rm -rf $(distdir)
distdir: $(DISTFILES)
	-rm -rf $(distdir)
	mkdir $(distdir)
	-chmod 777 $(distdir)
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  if test -d $$d/$$file; then \
	    cp -pr $$d/$$file $(distdir)/$$file; \
	  else \
	    test -f $(distdir)/$$file \
	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	    || cp -p $$d/$$file $(distdir)/$$file || :; \
	  fi; \
	done
	for subdir in $(SUBDIRS); do \
	  if test "$$subdir" = .; then :; else \
	    test -d $(distdir)/$$subdir \
	    || mkdir $(distdir)/$$subdir \
	    || exit 1; \
	    chmod 777 $(distdir)/$$subdir; \
	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
	      || exit 1; \
	  fi; \
	done
	$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
info-am: $(INFO_DEPS)
info: info-recursive
dvi-am: $(DVIS)
dvi: dvi-recursive
check-am: all-am
check: check-recursive
installcheck-am: installcheck-local
installcheck: installcheck-recursive
install-exec-am: install-binSCRIPTS
	@$(NORMAL_INSTALL)
	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
install-exec: install-exec-recursive

install-data-am: install-info-am install-pkgvdataDATA install-scriptDATA
	@$(NORMAL_INSTALL)
	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
install-data: install-data-recursive

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-recursive
uninstall-am: uninstall-binSCRIPTS uninstall-info uninstall-pkgvdataDATA \
		uninstall-scriptDATA
uninstall: uninstall-recursive
all-am: Makefile $(INFO_DEPS) $(SCRIPTS) $(DATA)
all-redirect: all-recursive
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs: installdirs-recursive
installdirs-am:
	$(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(infodir) \
		$(DESTDIR)$(pkgvdatadir) $(DESTDIR)$(scriptdir)


mostlyclean-generic:

clean-generic:

distclean-generic:
	-rm -f Makefile $(CONFIG_CLEAN_FILES)
	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)

maintainer-clean-generic:
mostlyclean-am:  mostlyclean-vti mostlyclean-aminfo mostlyclean-tags \
		mostlyclean-generic

mostlyclean: mostlyclean-recursive

clean-am:  clean-vti clean-aminfo clean-tags clean-generic \
		mostlyclean-am

clean: clean-recursive

distclean-am:  distclean-vti distclean-aminfo distclean-tags \
		distclean-generic clean-am

distclean: distclean-recursive
	-rm -f config.status

maintainer-clean-am:  maintainer-clean-vti maintainer-clean-aminfo \
		maintainer-clean-tags maintainer-clean-generic \
		distclean-am
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

maintainer-clean: maintainer-clean-recursive
	-rm -f config.status

.PHONY: uninstall-binSCRIPTS install-binSCRIPTS mostlyclean-vti \
distclean-vti clean-vti maintainer-clean-vti install-info-am \
uninstall-info mostlyclean-aminfo distclean-aminfo clean-aminfo \
maintainer-clean-aminfo uninstall-pkgvdataDATA install-pkgvdataDATA \
uninstall-scriptDATA install-scriptDATA install-data-recursive \
uninstall-data-recursive install-exec-recursive \
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
all-recursive check-recursive installcheck-recursive info-recursive \
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
dvi-am dvi check check-am installcheck-local installcheck-am \
installcheck install-exec-am install-exec install-data-am install-data \
install-am install uninstall-am uninstall all-redirect all-am all \
installdirs-am installdirs mostlyclean-generic distclean-generic \
clean-generic maintainer-clean-generic clean mostlyclean distclean \
maintainer-clean


install-data-hook:
	@for prog in $(script_DATA); do \
	  chmod +x $(DESTDIR)$(scriptdir)/$$prog; \
	done

install-exec-hook:
	@$(POST_INSTALL)
	@for p in $(bin_SCRIPTS); do \
	  f="`echo $$p|sed '$(transform)'`"; \
	  fv="$$f-$(APIVERSION)"; \
	  rm -f $(DESTDIR)$(bindir)/$$fv; \
	  echo " $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv"; \
	  $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv; \
	done

uninstall-hook:
	@for p in $(bin_SCRIPTS); do \
	  f="`echo $$p|sed '$(transform)'`"; \
	  fv="$$f-$(APIVERSION)"; \
	  rm -f $(DESTDIR)$(bindir)/$$fv; \
	done

installcheck-local:
	for file in $(script_DATA); do \
	  $(PERL) -e "exit ! -x '$(pkgvdatadir)/$$file';" || exit 1; \
	done

################################################################

# Run the test suite using Perl 4.
perl4-check: automake aclocal
	@if $(SHELL) -c 'perl4.036 -v' > /dev/null 2>&1; then \
	  $(MAKE) PERL=perl4.036 check; \
	else :; fi

# Some simple checks, and then ordinary check.  These are only really
# guaranteed to work on my machine.
maintainer-check: automake aclocal
	@if test `diff $(srcdir)/automake.in automake | wc -l` -ne 24; then \
	  echo "found too many diffs between automake.in and automake"; 1>&2; \
	  diff -c $(srcdir)/automake.in automake; \
	  exit 1; \
	fi
	$(PERL) -c -w automake
	$(PERL) -c -w aclocal
	@if test `fgrep '\$${' $(srcdir)/[:lower:]*.am | fgrep -v '$$$$' | wc -l` -ne 0; then \
	  echo "found too many uses of '\$${'" 1>&2; \
	  exit 1;				\
	else :; fi
	@if test `fgrep 'mkinstalldirs' $(srcdir)/[:lower:]*.am | fgrep -v '$$(mkinstalldirs)' | wc -l` -ne 0; then \
	  echo "found incorrect use of mkinstalldirs" 1>&2; \
	  exit 1; \
	else :; fi
	@if $(SHELL) -c 'perl4.036 -v' >/dev/null 2>&1; then \
	  perl4.036 -c -w automake; \
	  perl4.036 -c -w aclocal; \
	else :; fi
	@if grep undef $(srcdir)/automake.in > /dev/null 2>&1; then \
	  echo "Found undef in automake.in; use delete instead" 1>&2; \
	  exit 1; \
	fi
	@if fgrep 'split (/ /' $(srcdir)/automake.in > /dev/null 2>&1; then \
	  echo "Found bad split in automake.in" 1>&2; \
	  exit 1; \
	fi

# Tag before making distribution.  Also, don't make a distribution if
# checks fail.  Also, make sure the NEWS file is up-to-date.
cvs-dist: maintainer-check perl4-check distcheck
	@if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
	  echo "NEWS not updated; not releasing" 1>&2; \
	  exit 1;				\
	fi
	cd $(srcdir) && cvs -q tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
	$(MAKE) dist

cvs-diff:
	thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
	if test -z "$$OLDVERSION"; then \
	  prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
	else prevno="$$OLDVERSION"; fi; \
	prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
	cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
	    > $(PACKAGE)-$$prevno-$(VERSION).diff

path-check: distdir
	(cd $(distdir) && \
	  find . -print | xargs pathchk -p); \
	  status=$$?; \
	  rm -rf $(distdir); \
	  exit $$status

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
automake-1.4-p6/README0000644000175000017500000000237306564115740010065 This is Automake, a Makefile generator.  It was inspired by the 4.4BSD
make and include files, but aims to be portable and to conform to the
GNU standards for Makefile variables and targets.

Automake is a Perl script.  The input files are called Makefile.am.
The output files are called Makefile.in; they are intended for use
with Autoconf.  Automake requires certain things to be done in your
configure.in.

Variable assignment lines in Makefile.am pull in defaults from various
little *.am files.

To use Automake, replace your Makefile.in files with Makefile.am
files.  Read the documentation to see what to do.

This package also includes the "aclocal" program.  aclocal is a
program to generate an `aclocal.m4' based on the contents of
`configure.in'.  It is useful as an extensible, maintainable mechanism
for augmenting autoconf.  It is intended that other package authors
will write m4 macros which can be automatically used by aclocal.

The mailing list automake@gnu.org is for discussion of
Automake, Autoconf, and other configuration/portability tools (e.g.,
libtool).  Write to automake-request@gnu.org if you want to
join.

Automake has a page on the web.  See:

	http://www.gnu.org/software/automake/

Mail suggestions and bug reports to bug-automake@gnu.org.
automake-1.4-p6/AUTHORS0000644000175000017500000000025306073644607010254 Authors of GNU Automake.

David Mackenzie.  First version of most ".am" files.
Wrote sh version of automake.in.

Tom Tromey.  Touched all ".am" files.
Rewrote automake.in
automake-1.4-p6/COPYING0000644000175000017500000004311006646661722010241 		    GNU GENERAL PUBLIC LICENSE
		       Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

			    Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it.  (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.)  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.

  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have.  You must make sure that they, too, receive or can get the
source code.  And you must show them these terms so they know their
rights.

  We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.

  Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software.  If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.

  Finally, any free program is threatened constantly by software
patents.  We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary.  To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.

  The precise terms and conditions for copying, distribution and
modification follow.

		    GNU GENERAL PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License.  The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language.  (Hereinafter, translation is included without limitation in
the term "modification".)  Each licensee is addressed as "you".

Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope.  The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.

  1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.

You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.

  2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:

    a) You must cause the modified files to carry prominent notices
    stating that you changed the files and the date of any change.

    b) You must cause any work that you distribute or publish, that in
    whole or in part contains or is derived from the Program or any
    part thereof, to be licensed as a whole at no charge to all third
    parties under the terms of this License.

    c) If the modified program normally reads commands interactively
    when run, you must cause it, when started running for such
    interactive use in the most ordinary way, to print or display an
    announcement including an appropriate copyright notice and a
    notice that there is no warranty (or else, saying that you provide
    a warranty) and that users may redistribute the program under
    these conditions, and telling the user how to view a copy of this
    License.  (Exception: if the Program itself is interactive but
    does not normally print such an announcement, your work based on
    the Program is not required to print an announcement.)

These requirements apply to the modified work as a whole.  If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works.  But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.

Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.

In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.

  3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:

    a) Accompany it with the complete corresponding machine-readable
    source code, which must be distributed under the terms of Sections
    1 and 2 above on a medium customarily used for software interchange; or,

    b) Accompany it with a written offer, valid for at least three
    years, to give any third party, for a charge no more than your
    cost of physically performing source distribution, a complete
    machine-readable copy of the corresponding source code, to be
    distributed under the terms of Sections 1 and 2 above on a medium
    customarily used for software interchange; or,

    c) Accompany it with the information you received as to the offer
    to distribute corresponding source code.  (This alternative is
    allowed only for noncommercial distribution and only if you
    received the program in object code or executable form with such
    an offer, in accord with Subsection b above.)

The source code for a work means the preferred form of the work for
making modifications to it.  For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable.  However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.

If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.

  4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License.  Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.

  5. You are not required to accept this License, since you have not
signed it.  However, nothing else grants you permission to modify or
distribute the Program or its derivative works.  These actions are
prohibited by law if you do not accept this License.  Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.

  6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions.  You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.

  7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all.  For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.

If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.

It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices.  Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.

This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.

  8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded.  In such case, this License incorporates
the limitation as if written in the body of this License.

  9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

Each version is given a distinguishing version number.  If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation.  If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.

  10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission.  For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this.  Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.

			    NO WARRANTY

  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.

  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.

		     END OF TERMS AND CONDITIONS

	    How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


Also add information on how to contact you by electronic and paper mail.

If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:

    Gnomovision version 69, Copyright (C) year  name of author
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.

You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary.  Here is a sample; alter the names:

  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  `Gnomovision' (which makes passes at compilers) written by James Hacker.

  <signature of Ty Coon>, 1 April 1989
  Ty Coon, President of Vice

This General Public License does not permit incorporating your program into
proprietary programs.  If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library.  If this is what you want to do, use the GNU Library General
Public License instead of this License.
automake-1.4-p6/ChangeLog0000644000175000017500000061206107520605606010756 2002-07-27  Tom Tromey  <tromey@redhat.com>

	Automake 1.4-p6 released.

	* Makefile.am (DISTCLEANFILES): New macro.
	(installcheck-local): Use pkgvdatadir.

	* automake.in (handle_configure): Push @rewritten_inputs onto
	DIST_COMMON.

	* Makefile.am (maintainer-check): Use [:lower:] instead of [a-z].

	* configure.in: Updated to automake 1.4-p6.
	* NEWS: Updated.

	* config.guess, config.sub, texinfo.tex: New versions from FSF.

2002-07-25  Tom Tromey  <tromey@redhat.com>

	* automake.in: Changed cygnus.com to redhat.com.
	* aclocal.in: Changed cygnus.com to redhat.com.
	(scan_file): Don't give error for duplicate macro.

2002-07-14  Tom Tromey  <tromey@redhat.com>

	Versioned installs:
	* m4/Makefile.am (m4datadir): Use APIVERSION.
	(m4data_DATA): Added amversion.m4.
	(DISTCLEANFILES): New macro.
	* Makefile.am (install-exec-hook): New target.
	(uninstall-hook): Likewise.
	(pkgvdata_DATA): Use pkgvdatadir.
	(scriptdir): Likewise.
	(EXTRA_DIST): Use pkgvdata_DATA.
	* configure: Rebuilt.
	* configure.in (APIVERSION): New subst.
	(pkgvdatadir): Likewise.
	(m4/amversion): Create.
	(LN): New subst; check for working ln.
	* aclocal.in ($APIVERSION): New global.
	(parse_arguments): Use APIVERSION.
	(default_acdir): New global.
	Don't explicitly pass acdir to scan_m4_files.
	* automake.in (am_dir): Use APIVERSION.
	(handle_configure): Don't overwrite entries in @other_input_files
	when processing.
	* m4/amversion.in: New file.
	* m4/init.m4 (AM_INIT_AUTOMAKE): Look for versioned aclocal,
	automake.
	* missing: Accept versioned aclocal.

2001-08-22  Tom Tromey  <tromey@redhat.com>

	* automake.in (lang_lex_finish): Lex suffix uses `l', not `y'.
	From Sergey Vlasov.

2001-08-18  Gary V. Vaughan  <gary@gnu.org>

	Backported from development branch.
	* automake.in (usage): Rewrote code to handle columnization.
	From Alexey Mahotkin and Maxim Sinev.

2001-07-26  Tom Tromey  <tromey@redhat.com>

	* lisp.am (install-@DIR@LISP): Removed spurious `@'.  From Bruno
	Haible.

2001-07-15  Gary V. Vaughan  <gary@gnu.org>

	* configure.in (AM_INIT_AUTOMAKE):  Bumped the version number to
	1.4-p5a.

	Automake 1.4-p5 was released.

	* NEWS: Updated.
	* config.guess, config.sub, texinfo.tex: Updated from master
	copies at GNU.
	* configure.in (AM_INIT_AUTOMAKE): Set the fork identifier to
	patch level 5, 1.4-p5.
	* stamp-vti: Regenerated.
	* version.texi: Ditto.
	* configure: Ditto.
	* Makefile.in: Ditto.
	* m4/Makefile.in: Ditto.
	* tests/Makefile.in: Ditto.

	automake.in (scan_one_configure_file):  AM_PROG_LIBTOOL is
	still used regularly.

	* lib/missing: Updated.  Added comment explaining configure.ac
	oddity.

	From Bruno Haible <haible@ilog.fr>:
	(install-@DIR@LISP): Handle case where lispdir is not defined.
	(uninstall-@DIR@LISP): Likewise.

	From Bruno Haible <haible@ilog.fr>:
	* lispdir.am (uninstall-@DIR@LISP): DESTDIR was missing.

	From Bruno Haible <haible@ilog.fr>:
	* subdirs.am (distclean-recursive): Work around a bug in
	/bin/sh on FreeBSD which breaks the loop prematurely.
	* Makefile.in: Regenerated.

	From Marius Vollmer <mvo@zagadka.ping.de>:
	* automake.in (handle_texinfo): Version.texi files might be
	needed in more than one directory.

	* remake.am (config.status): Depends on configure, not
	configure.in.
	* Makefile.in: Regenerated.
	* m4/Makefile.in: Ditto.
	* tests/Makefile.in: Ditto.
	Reported by Nicolas Joly <njoly@pasteur.fr>

	* automake.in (usage): List distributed files correctly.
	Reported by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>

	* aclocal.in: Update copyright messages to include 2001.
	* automake.in: Ditto.
	* missing: Ditto.
	* texinfos.am: Ditto.
	Reported by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>

2001-07-15  Tim Mooney  <mooney@dogbert.cc.ndsu.NoDak.edu>

	* aclocal.in (scan_configure, add_file):  Handle the full
	macro name even if it contains numbers, such as I18N.

2001-07-14  Akim Demaille  <akim@epita.fr>

	* automake.in ($obsolete_rx): Stop at word boundaries.
	(&scan_one_configure_file): Skip VERSION=$2.
	* aclocal.in ($obsolete_rx): Stop at word boundaries.

2001-07-02  Gary V. Vaughan  <gary@gnu.org>

	* automake.in (scan_one_configure_file):  Diagnose use of
	autoconf-2.50's AC_CONFIG_HEADERS macro as an error.

2001-06-24  Gary V. Vaughan  <gary@gnu.org>

	From Martin Dickopp <firefly-mail@gmx.net>:
	* missing: replace hard coded configure.in with $configure_ac,
	set appropriately according to file presence.

2001-06-23  Akim Demaille  <akim@epita.fr>

	* m4/ccstdc.m4, m4/cond.m4, m4/dmalloc.m4, m4/error.m4,
	* m4/header.m4, m4/init.m4, m4/lex.m4, m4/lispdir.m4,
	* m4/maintainer.m4, m4/missing.m4, m4/mktime.m4, m4/multi.m4,
	* m4/obstack.m4, m4/protos.m4, m4/ptrdiff.m4, m4/regex.m4,
	* m4/sanity.m4, m4/strtod.m4, m4/termios.m4, m4/winsz.m4:
	Quote the name being defined.
	* tests/depacl.test: Adjust.

2001-06-10  Gary V. Vaughan  <gary@gnu.org>

	* configure.in (AM_INIT_AUTOMAKE):  Bumped the version number to
	1.4-p4a.

	Automake 1.4-p4 was released.

	* NEWS: Updated.
	* config.sub: Updated from master copy at GNU -- config.guess
	has not changed since the last release.
	* configure.in (AM_INIT_AUTOMAKE): Set the fork identifier to
	patch level 3, 1.4-p4.
	* stamp-vti: Regenerated.
	* version.texi: Ditto.
	* configure: Ditto.

	From Masaki WAKABAYASHI <masaki@quox.org>:
	* automake.in: Substitute $configure_ac for @CONFIGURE_AC@
	while writing Makefile.in.
	* empty.test: Ditto.
	* remake-hdr.am: Use @CONFIGURE_AC@ instead of hardcoding
	configure.in.
	* remake.am: Ditto.
	* texi-vers.am: Ditto.

2001-06-08  Tom Tromey  <tromey@redhat.com>

	* tests/version4.test: New file.
	* automake.in (version_check): New sub.
	(handle_options): Use it.
	* tests/Makefile.am (AUTOMAKE_OPTIONS): Removed.
	(TESTS): Added version4.test.
	* m4/Makefile.am (AUTOMAKE_OPTIONS): Removed.
	* Makefile.am (AUTOMAKE_OPTIONS): Remove `gnits'.

2001-06-07  Gary V. Vaughan  <gary@gnu.org>

	* configure.in (AM_INIT_AUTOMAKE):  Bumped the version number to
	1.4-p3a.

	Automake 1.4-p3 was released.

	* configure.in (AM_INIT_AUTOMAKE): Set the fork identifier to
	patch level 3, 1.4-p3.
	* stamp-vti: Regenerated.
	* version.texi: Ditto.
	* configure: Ditto.

	* texinfo.tex: Updated from master copy at GNU.

	* config.guess, config.sub: Updated from master copies at GNU.

	From "Gerrit P. Haase" <gerrit@familiehaase.de>:
	* Makefile.in: Regenerated.
	* Makefile.am (install-data-hook): No slash after $(DESTDIR).

	* NEWS: Updated.
	* Makefile.in: Regenerated.
	* aclocal.m4: Regenerated.
	* configure: Regenerated.
	* stamp-vti: Regenerated.
	* version.texi: Regenerated.
	* m4/Makefile.in: Regenerated.
	* tests/Makefile.in: Regenerated.
	* automake.in (configure_ac): Set this new variable to whichever
	of configure.ac and configure.in is found first, and use it
	throughout in place of hardcoded configure.in.
	* aclocal.in (configure_ac): Ditto.

2001-05-25  Tom Tromey  <tromey@redhat.com>

	From Karl Berry:
	* automake.in (handle_texinfo): version.texi might be included in
	multiple places.

2001-05-24  Gary V. Vaughan  <gary@gnu.org>

	* configure.in (AM_INIT_AUTOMAKE):  Bumped the version number to
	1.4-p2a.

	Automake 1.4-p2 was released.

	* configure.in (AM_INIT_AUTOMAKE): Set the fork identifier to
	patch level 2, 1.4-p2.
	* configure: Regenerated.
	* stamp-vti: Ditto.
	* version.texi: Ditto.
	* NEWS: Updated.
	* automake.in (parse arguments): Updated copyright dates.

	* config.sub: Updated from master copy at GNU -- config.guess
	has not changed since the last release.

	From "Steve M. Robbins" <steven.robbins@videotron.ca>
	* automake.in (scan_one_configure_file): Cope with AC_CONFIG_FILES
	macros introduced in autoconf-2.50.

2001-05-21  Gary V. Vaughan  <gary@gnu.org>

	From Christian Holm Christensen <cholm@hehi03.nbi.dk>:
	* automake.in (lang_ppf77_rewrite):  This function should have
	been defined all along.
	(lang_ppf77_finish):  Fix the format of the rules we output.

2001-05-13  Gary V. Vaughan  <gary@gnu.org>

	* Makefile.in: Regenerated.
	From Peter Breitenlohner <peb@mppmu.mpg.de>:
	* Makefile.am (install-data-hook):  Take DESTDIR into account
	when calculating to installed scripts.

2001-05-12  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* automake.in (handle_dist): Fix makefile fragment emitted when a
	distcheck-hook is defined.

2001-05-10  Gary V. Vaughan  <gary@gnu.org>

	* configure.in (AM_INIT_AUTOMAKE):  Bumped the version number to
	1.4-p1a.

2001-05-08  Gary V. Vaughan  <gary@gnu.org>

	Automake 1.4-p1 was released.

	* Makefile.in: Regenerated.
	* aclocal.m4: Ditto.
	* m4/Makefile.in: Ditto.
	* tests/Makefile.in: Ditto.

	* NEWS:  Updated.

	* config.guess, config.sub: Updated from master copies at GNU.

	* configure.in (AM_INIT_AUTOMAKE): Set the fork identifier to
	patch level 1, 1.4-p1.
	Makefile.in:  Regenerated.
	configure: Ditto.
	stamp-vti: Ditto.
	version.texi: Ditto.

2001-05-08  Tom Tromey  <tromey@redhat.com>

	* automake.in (GNITS_VERSION_PATTERN): Document.  Added `fork
	identifier'.
	(handle_options): Handle fork identifier in version number.

2001-05-08  Gary V. Vaughan  <gary@gnu.org>

	* automake.in (libtoolize_files):  Removed ltconfig from this
	list, since it is not generated by libtool-1.4 or better.
	(libtoolize_sometimes):  List of files that are generated by
	some versions of libtoolize.
	(initialize_global_constants):  Also include files from
	libtoolize_sometimes in common_files.

	* automake.in (require_file_internal):  Fixed bogus error
	during file copy on 'automake --add-missing --copy'.  The
	result of the system() call is no longer negated.

	* automake.in (handle_dist_worker):  Typo.  Added the missing
	'd' required to include directories listed in EXTRA_DIST in
	the distribution tarball.

	* texinfos.am (uninstall-info):  Typo.  Added the missing $.

	* configure.in (AM_INIT_AUTOMAKE):  Bump version to 1.4.1.

1999-01-14  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_configure): Compute $header_dir based on
	$one_name, not $one_hdr.  Reported by Erez Zadok.  Fixes
	confh2.test.
	(handle_configure): Compute relative path to input header
	correctly in all cases.

	* automake.in (handle_tests): Avoid error messages from dejagnu
	test rules.  From Karl Heuer.

	* automake.in (handle_texinfo): Add `/' to end of $conf_dir.

	* Makefile.am (AUTOMAKE_OPTIONS): Added `1.4'.

	* texi-vers.am ($(srcdir)/stamp-@VTI@): Find @TEXI@ in srcdir.
	From Alexandre Oliva and Erez Zadok.

	* automake.in (create): Renamed from touch.
	(handle_configure): Use create, not touch.

	* config.sub, config.guess: New versions from autoconf.

	* mkinstalldirs: New version from autoconf.

1999-01-12  Tom Tromey  <tromey@cygnus.com>

	* config.sub, config.guess, COPYING, texinfo.tex: New versions
	from FSF.

1999-01-11  Marcus G. Daniels  <mgd@chama.santafe.edu>

	* automake.in (PATH_PATTERN): New variable:
	(INCLUDE_PATTERN): Use it.  Ignore all include commands using
	symbols besides $(top_srcdir) and $(srcdir).

1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* automake.in (handle_dist_worker): avoid failure in `make dist'
	if last file is a builddir-only file

1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* missing (autoheader): `s' was missing from sed script; grr

1999-01-11  Tom Tromey  <tromey@cygnus.com>

	* remake-hdr.am (@STAMP@): Reverted timestamp change.
	($(srcdir)/@STAMP@.in): Likewise.

1999-01-10  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am (scriptdir): New macro.
	(script_DATA): Likewise.
	(install-data-hook): Use them.
	(EXTRA_DIST): Added script_DATA.
	(installcheck-local): Use script_DATA.

	* Makefile.am (pkgdata_DATA): Removed duplicate definition.

1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* missing (autoheader): accept multiple header files
	(automake): simplify sed processing

1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* automake.in (handle_configure, stamp_dir): create only one stamp
	file per header, instead of one in the top-level directory and one
	in the directory that contains the header.

1999-01-10  Tom Tromey  <tromey@cygnus.com>

	* automake.in (lang_objc_finish): Formatting fix.

	* automake.in (objc_extensions): New sub.
	(handle_dependencies): Only generate dependency-tracking code for
	ObjC when ObjC source seen.

1998-12-22  Marcus G. Daniels  <mgd@chama.santafe.edu>

	* automake.in (handle_dependencies): Transform EXT & PFX in
	Objective C case.

1998-12-11  Marcus G. Daniels  <mgd@chama.santafe.edu>

	* automake.in: Register Objective C language.
	(finish_languages): Consider Objective C to be non_c.
	(lang_objc_rewrite, lang_objc_finish): New functions.
	(resolve_linker): Recognize OBJCLINK before LINK.

1999-01-10  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_texinfo): Handle empty $config_aux_dir.

	* automake.in (handle_texinfo): Set $conf_pat correctly when
	config_aux_dir not used.
	(handle_texinfo): Run maintainer-clean-aminfo rules in srcdir.
	From Erez Zadok.
	* texi-vers.am (maintainer-clean-@VTI@): Prefix file names with
	$(srcdir).  From Erez Zadok.
	($(srcdir)/stamp-@VTI@): Don't run mdate-sh from srcdir.

1999-01-08  Thomas Tanner  <tanner@gmx.de>

	* depend.am: remove the dependencies (.deps)
	in "make distclean", not "make maintainer-clean"

1999-01-10  Tom Tromey  <tromey@cygnus.com>

	* aclocal.in (write_aclocal): Updated copyright.
	(parse_arguments): Likewise.
	* automake.in (parse_arguments): Updated copyright.
	(initialize_global_constants): Likewise.

	* Makefile.am (pkgdata_DATA): Renamed from pkgdata_SCRIPTS.
	(install-data-hook): New hook.  Report from Petter Reinholdtsen.

	* remake-hdr.am: Provide `else' clause for each `if'.

1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* remake-hdr.am: recover from removal of config headers, and try
	to get real timestamps, which is useful for CVS files

1999-01-10  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_merge_targets): Don't special-case "-local"
	targets.  Test all.test.

	* automake.in (handle_texinfo): Prepend $(srcdir) to directory
	used to find texinfo.tex.  Report from Glenn Amerine.

1999-01-07  Tom Tromey  <tromey@cygnus.com>

	Based on report from Marcus G. Daniels.  Fixes include.test.
	* automake.in (generate_makefile): Call read_main_am_file.
	(read_main_am_file): New sub.
	(read_am_file): Moved header generation code into
	read_main_am_file.

1999-01-06  Gary V. Vaughan  <garyv@oranda.demon.co.uk>

	* automake.in (require_file_internal): qub perl on win32 hangs
	on a call to unlink for a non-existant file, which in turn causes
	tests/symlink.test to hang on win32.  Check that the file exists
	before unlinking it!

1998-12-24  Thomas Tanner  <tanner@gmx.de>

	* automake.in (handle_ltlibraries): check whether -module was
	defined for libraries names without 'lib' prefix.

Fri Dec 11 10:20:42 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>

	* compile_f_c_cxx.test: Change to use F77 and F77LINK instead of
	FC and FLINK, respectively.
	* flibs.test: same
	* fnoc.test: same
	* fo.test: same
	* fonly.test: same
	* link_f_c.test: same
	* link_f_c_cxx.test: same
	* link_f_cxx.test: same
	* link_f_only.test: same

Fri Dec 11 10:23:17 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>

	* automake.in, automake.texi: Change all of the Fortran 77 code to
	use the new `F77' prefix instead of the older `FC' prefix.
	Specifically this changed FC, FCOMPILE, LTFCOMPILE, FLINK and FLD
	to F77, F77COMPILE, LTF77COMPILE, F77LINK and F77LD, respectively.

1999-01-05  Tom Tromey  <tromey@cygnus.com>

	* depend2.am (%.o): Use \012, not \n, to avoid losing `tr's.  From
	Bill Currie.
	(%.lo): Likewise.

1998-12-22  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* depend2.am: Don't assume backslash can't occur in the middle of
	filename; it loses on M$W

1998-12-21  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_libraries): Reverted Thomas Tanner's
	change.  Non-libtool libraries still must fit naming
	requirements.

1998-12-21  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* automake.in (handle_configure): Dist inputs for AC_OUTPUT.

1998-12-21  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* depend2.am: don't use .p and .P for dependencies; it loses on
	case-insensitive filesystems.
	Reported by Henrik Frystyk Nielsen <frystyk@w3.org>

1998-12-20  Thomas Tanner  <tanner@gmx.de>

	* automake.in (handle_libraries, handle_ltlibraries): relax the
	name checking to not enforce `^lib.*' for the sake of building libtool
	modules.

1998-12-21  Tom Tromey  <tromey@cygnus.com>

	* automake.in (do_one_merge_target): Special case
	install-data-hook and install-exec-hook.
	(handle_merge_targets): Removed install-data-hook and
	install-exec-hook code.  Test insthook.test.

1998-12-16  Tom Tromey  <tromey@cygnus.com>

	* tags.am (ID): Uniquify list of sources.  Report from Jim
	Meyering.

1998-12-11  Tom Tromey  <tromey@cygnus.com>

	Bug report from Paul D. Smith:
	* automake.in (handle_merge_targets): Set
	AM_INSTALL_PROGRAM_FLAGS, not INSTALL_PROGRAM.
	* header-vars.am (INSTALL_PROGRAM): Added
	AM_INSTALL_PROGRAM_FLAGS.

1998-12-03  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_dist): Print prettier banner when
	`make dist' succeeds.  From Akim Demaille.

1998-12-02  Tom Tromey  <tromey@cygnus.com>

	* configure.in: Upped version to 1.3e (1.3d was just released).

	* configure.in: Upped version to 1.3d.

	* texinfo.tex, config.guess, config.sub, install-sh: New
	versions.
	* ansi2knr.c: New version.

	* automake.in (handle_configure): Quote @MAINTAINER_MODE_TRUE@ to
	avoid problems where AM_MAINTAINER_MODE is put into automake's own
	configure.in.

	* Makefile.am (cvs-dist): Run `cvs tag' operation in srcdir.

	Some bugs from François Pinard:
	* automake.in (usage): Remove duplicates in file list.

	* automake.in (usage): Print files in column-major order.
	(handle_gettext): Only require ABOUT-NLS for GNU programs.

1998-12-01  Tom Tromey  <tromey@cygnus.com>

	* automake.texi (Dist): Documented GZIP_ENV.
	* automake.in (handle_dist): Define and use GZIP_ENV, not GZIP.
	(initialize_global_constants): Use GZIP_ENV, not GZIP.

1998-11-27  Tom Tromey  <tromey@cygnus.com>

	* automake.in (quote_cond_val): Use "\002", not '\002', to
	represent null string.
	(unquote_cond_val): Removing all "\002" strings from result.  Test
	cond7.test.

	* automake.texi: Formatting changes for latest texinfo.

	* automake.in (handle_java): Removed debugging print.

1998-11-18  Tom Tromey  <tromey@cygnus.com>

	* automake.in (finish_languages): Use CCLD, not CLD.

	* automake.in (finish_languages): Define CLD; use it in LINK
	definition.
	(lang_cxx_finish): Define CXXLD; use it in CXXLINK definition.
	(lang_f77_finish): Define FLD; use it in FLINK definition.
	(lang_ppf77_finish): Likewise.
	(lang_ratfor_finish): Likewise.

1998-11-10  Matthew D. Langston  <langston@SLAC.Stanford.EDU>

	* automake.in (scan_one_configure_file): Recognize
	AC_F77_LIBRARY_LDFLAGS, and recognize FLIBS as a configure
	substitution.

	* automake.texi: Fix several little Fortran 77 references to now
	point to autoconf.texi.  Rename associated Fortran 77 macros from
	`AM_' to `AC_'.

1998-11-10  Tom Tromey  <tromey@cygnus.com>

	* automake.in (read_am_file): Handle configure_vars case.  Test
	pluseq4.test.

1998-11-09  Tom Tromey  <tromey@cygnus.com>

	* automake.in (read_am_file): `conditional_stack' isn't a
	function.  Correctly add new value to existing value in `+='
	case.

1998-10-29  Gary V. Vaughan <gvaughan@oranda.demon.co.uk>

	* automake.in (parse_arguments): Fixed type of -c for copying

1998-10-30  Tom Tromey  <tromey@cygnus.com>

	* automake.texi (Install): Documented DESTDIR more fully.  From
	Jeff Garzik.

	* automake.in (MACRO_PATTERN): Recognize `+='.
	(BOGUS_MACRO_PATTERN): Likewise.
	(read_am_file): Handle `+=' assignments.

1998-10-28  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am (maintainer-check): Changed code to be acceptable to
	bash 2.01.1.

	* automake.in (do_one_clean_target): Special-case config.status.
	Report from Jeff Garzik.

	* m4/Makefile.am (m4data_DATA): Don't mention f77.m4.
	* m4/f77.m4: Removed; macro now in autoconf proper.

1998-10-24  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_dist_worker): Typo fix in code testing to
	see if subdir is `.'.  From Raja R Harinath.

	* m4/lispdir.m4: Fixed sed invocation.  From Akim Demaille.

1998-10-20  Tom Tromey  <tromey@cygnus.com>

	* automake.in (scan_dependency_file): Fixed test on `while' loop.
	Fixes depend2.test.  Report from Akim Demaille.

1998-10-16  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_ltlibraries): Specify `noinst' when
	computing valid prefixes.  From Ulrich Drepper.

	* automake.in (scan_dependency_file): Don't give an error if there
	is text after the last line.  Report from Matthew D. Langston.

	* m4/mktime.m4: Detect glibc mktime bug.  From Jim Meyering.

	* Makefile.am (SUBDIRS): Added `.' again.

	* Makefile.am (EXTRA_DIST): Removed automake.spec.in.  From
	Matthew D. Langston.
	(info_TEXINFOS): Removed am-f77.texi.

	* automake.in (handle_ltlibraries): Allow `noinst' LTLIBRARIES.
	These are libtool convenience libraries.

1998-10-13  Tom Tromey  <tromey@cygnus.com>

	* m4/f77.m4: New file.
	* m4/Makefile.am (m4data_DATA): Added f77.m4.

Thu Oct  8 15:00:57 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>

	* automake.in (resolve_linker): Put the Fortran 77 linker where it
	needs to be.

	* automake.in (lang_f77_finish): Add support for Fortran 77.

	* automake.in (f77_extensions): New helper function for function
	`lang_f77_finish'.

	* automake.in (lang_f77_rewrite): Change to return success.

	* automake.in (scan_one_configure_file): Add test for the Fortran
	77 compiler.

	* automake.in (finish_languages): Changed tests for "C++ only" to
	"C++ and/or Fortran 77 only", and renamed `all_cxx' to `non_c'.

	* automake.in: Registered the ppf77 language (`.F' extension) for
	preprocessed Fortran 77.

	* automake.in: Registered the ratfor language (`.r' extension).

	* automake.in: Registered Fortran 77 header files with the "header
	language" (`.inc' extension).

Tue Sep  8 14:50:50 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>

	* automake.texi: Added several new index entries.

Sun Aug 30 16:10:31 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>

	* automake.texi:
	- Add `@ovindex' (output variable index).
	- Merge `@defmac' (Autoconf macros) and `@ovindex' to the General
	  Index.

	* automake.texi (Macros):
	- Changed the `@table @code' list of macros to `@defmac'.
	- Add `AC_PROG_FC' and `MDL_F77_LIBRARY_LDFLAGS' to the list.

Tue Aug 11 10:42:39 1998  Matthew D. Langston  <langston@SLAC.Stanford.EDU>

	* automake.texi (C++): Change `@table' to `@vtable'.

	* automake.texi (Fortran 77): Add Fortran 77 documentation.

1998-10-11  Tom Tromey  <tromey@cygnus.com>

	Preliminary (completely untested) multilib support.
	* automake.texi (Macros): Document AM_ENABLE_MULTILIB.
	* m4/Makefile.am (m4data_DATA): Added multi.m4.
	* Makefile.am (amfiles): Added multilib.am.
	* automake.in (seen_multilib): New global.
	(scan_one_configure_file): Recognize AM_ENABLE_MULTILIB.
	(generate_makefile): Call handle_multilib.
	(handle_multilib): New function.
	* multilib.am: New file.
	* m4/multi.m4: New file.

1998-10-08  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_dist): Always include configure.in and
	configure in distribution.  Fixes confdist.test.

	* automake.in (do_one_merge_target): Be silent when running
	install-exec-am and install-data-am.  Fixes extra3.test and
	extra4.test.

1998-10-07  Tom Tromey  <tromey@cygnus.com>

	* automake.in (am_install_var): Added -noextra option.
	(handle_data): Pass -noextra to am_install_var.

Sun Oct  4 22:24:10 1998  Tom Tromey  <tromey@cygnus.com>

	* m4/winsz.m4 (AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Use
	3-argument form of AC_DEFINE.
	* m4/regex.m4 (AM_WITH_REGEX): Use 3-argument form of AC_DEFINE.
	* m4/ptrdiff.m4 (AM_TYPE_PTRDIFF_T): Use 3-argument form of
	AC_DEFINE.
	* m4/protos.m4 (AM_C_PROTOTYPES):Use 3-argument form of
	AC_DEFINE.
	* m4/obstack.m4 (AM_FUNC_OBSTACK): Use 3-argument form of
	AC_DEFINE.
	* m4/init.m4 (AM_INIT_AUTOMAKE): Use 3-argument form of
	AC_DEFINE.
	* m4/dmalloc.m4 (AM_WITH_DMALLOC): Use 3-argument form of
	AC_DEFINE.

Tue Oct  6 00:02:15 1998  Tom Tromey  <tromey@cygnus.com>

	* depend2.am (%.lo): Handle case where compiler does not put space
	before ":".  From Raja R Harinath.

Mon Oct  5 13:05:43 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (scan_one_configure_file): AC_CONFIG_HEADER is not
	obsolete; it simply isn't preferred with automake.
	(scan_one_configure_file): Likewise for AC_DECL_YYTEXT and
	AC_PROG_LEX.

	* automake.in (am_line_error): Handle case where variable defined
	in configure.in.  Fixes test badline.test.
	(%configure_vars): Redefined meaning of values.
	(scan_one_configure_file): Set $configure_vars values
	appropriately.

Sat Oct  3 14:53:34 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_aclocal_m4): Use new MAINTAINER_MODE
	conditional.
	(handle_configure): Likewise.
	(read_am_file): Likewise.
	(file_contents_with_transform): Likewise.
	(scan_one_configure_file): Recognize that AM_MAINTAINER_MODE
	defines a conditional.
	* automake.texi (Optional): Document new AM_MAINTAINER_MODE.
	* texi-vers.am ($(srcdir)/@VTEXI@): Look at MAINTAINER_MODE
	conditional.
	(maintainer-clean-@VTI@): Likewise.
	* remake.am ($(srcdir)/configure): Look at MAINTAINER_MODE
	conditional.
	* remake-hdr.am ($(srcdir)/@CONFIG_HEADER_IN@): Look at
	MAINTAINER_MODE conditional.
	* m4/maintainer.m4 (AM_MAINTAINER_MODE): Defined MAINTAINER_MODE
	conditional.

1998-10-03  Jim Blandy  <jimb@zwingli.cygnus.com>

	* depend2.am (%.lo): When editing the dependency file to add the
	.lo file to the targets, allow for whitespace between the end of
	the filename and the colon.  Some compilers (notably the Cygnus
	release of GCC 2.7-97r1) put space there: "alist.o : ..."

Sat Oct  3 12:07:21 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_configure): Handle case where there is no
	Makefile in the config header directory.  Fixes test config.test.

Thu Oct  1 00:51:51 1998  Tom Tromey  <tromey@cygnus.com>

	* depend2.am (%.o): Append sed results to .P file in this case
	too.  From Raja R Harinath.

	* m4/lispdir.m4 (AM_PATH_LISPDIR): Correctly find xemacs and
	xemacs install directories.  From Robert Bihlmeyer.

	* depend2.am: Don't bother trying to delete source file from
	list.

	* depend2.am (%.o): Handle deleted header file problem.
	(%.lo): Likewise.

	* texinfos.am (install-info-am): Handle case where INFO_DEPS is
	empty.  Reported by Andrew Cagney.
	(uninstall-info): Likewise.
	(dist-info): Likewise.

	* automake.in (handle_texinfo): Error if user tries to generate
	HTML.

Wed Sep 30 00:41:40 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (do_one_clean_target): Don't push previous clean
	target if this target is `mostly'.  Report from Raja R Harinath.

	* subdirs.am (mostlyclean-recursive ...): Build local_target, not
	target.  From Raja R Harinath.

	Completely changed how languages and source files are handled:
	* automake.in: Call register_language for each language.
	(lang_c_rewrite): New function.
	(lang_cxx_rewrite): Likewise.
	(lang_header_rewrite): Likewise.
	(lang_yacc_rewrite): Likewise.
	(lang_yaccxx_rewrite): Likewise.
	(lang_lex_rewrite): Likewise.
	(lang_lexxx_rewrite): Likewise.
	(lang_asm_rewrite): Likewise.
	(lang_fortran_rewrite): Likewise.
	(register_language): Likewise.
	(extension_map): New global.
	(language_map): Likewise.
	(resolve_linker): New function.
	(handle_single_transform_list): Rewrote to use lang_X_rewrite
	functions.  Changed meaning of first argument.
	(initialize_per_input): Removed seen_any_source.  Initialize
	language_scratch, extension_seen.  Removed cxx_extensions,
	seen_c_source, dir_holds_headers, dir_holds_sources.
	(handle_source_transform): Don't compute $objpat.  Pass $obj
	directly to handle_single_transform_list.
	(handle_built_sources): Fixed call to
	handle_single_transform_list.
	(lang_c_finish): New function.
	(lang_cxx_finish): Likewise.
	(lang_header_finish): Likewise.
	(lang_yacc_finish): Likewise.
	(lang_yaccxx_finish): Likewise.
	(lang_lex_finish): Likewise.
	(lang_lexxx_finish): Likewise..
	(lang_asm_finish): Likewise.
	(lang_fortran_finish): Likewise.
	(yacc_lex_finish_helper): Likewise.
	(libtool_compiler): Likewise.
	(saw_extension): New function.
	(handle_lib_objects_cond): Use saw_extension, not old variables.
	(handle_yacc_lex_cxx): Removed.
	(finish_languages): New function.
	(get_object_extension): Don't set dir_holds_sources.
	(handle_headers): Don't set dir_holds_headers.  Instead, call
	saw_extension.
	(saw_sources_p): New function.
	(handle_tags): Use it.
	(handle_dependencies): Likewise.
	(cxx_extensions): New function.
	(handle_dependencies): Use it.
	(generate_makefile): Call finish_languages, not
	handle_yacc_lex_cxx.

1998-05-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* texi-vers.am: Use the correct target names.  Fix generation of
	stamp file.

	* automake.in (handle_tests): In commands generating site.exp copy
	the old contents from site.exp, not site.bak, which does not
	exist.

Tue Sep 29 00:10:22 1998  Tom Tromey  <tromey@cygnus.com>

	Fixed noinst.test again:
	* automake.in (do_one_merge_target): Special-case `install-am'.
	(handle_merge_targets): Don't compute @install variable.

	Fixes for recurs2.test.  Report from Jim Meyering.
	* automake.in (vars_scanned): Define globally.
	(variable_value_as_list_worker): Delete $var entry in
	%vars_scanned after local work is done.

1998-05-26  Marcus G. Daniels  <mgd@ute.santafe.edu>

	* automake.in: New pattern: INCLUDE_PATTERN.
	(read_am_file):  Make AM_FILE a local filehandle.
	For INCLUDE_PATTERN, store included paths on @include_stack and call
	read_am_file with argument.
	(handle_configure): When printing the dependencies for
	Makefile.in, print the items on include_stack (if any) as
	dependencies, too.

	* automake.texi: Make a command index `cm' that goes into the
	concept index.  Put if, endif, else, and include in the command index.
	(Include): Show usage of include directive.

Mon Sep 28 00:03:45 1998  Tom Tromey  <tromey@cygnus.com>

	`.' in SUBDIRS changes order of builds:
	* Makefile.am (SUBDIRS): Added `.'.  Put tests last.
	* tags.am (TAGS): Don't look for TAGS file in `.'.
	* automake.texi (Top level): Document SUBDIRS change.
	* automake.in (handle_installdirs): Create separate installdirs-am
	target.
	(handle_merge_targets): Don't put all-am onto @all.  Fixed error
	message.  Correctly handle install-info.  Give error if
	install-info-local inappropriately defined.  Don't special-case
	install-data, install-exec, install, uninstall, or all.
	(handle_subdirs): Don't push `-recursive' target names onto
	corresponding lists.
	(do_one_merge_target): Always define `-am' form of rule, and point
	ordinary form to `-am' or `-recursive' as appropriate.
	Special-case `all'.
	(do_check_merge_target): Generate check-am target.
	(handle_dist_worker): Use target_defined.
	(handle_dist): Likewise.
	(handle_merge_targets): Likewise.
	(do_one_merge_target): Likewise.
	(do_check_merge_target): Likewise.
	(do_one_clean_target): Likewise.
	(initialize_per_input): Initialize $all_target.
	(do_one_clean_target): Always generate -am form of rule; other
	changes for new SUBDIRS change.
	(handle_clean): Always generate clean-am form of rule.
	(handle_tags): Only build subdir if not `.'.
	(handle_dist_worker): Skip `.' directory.
	* subdirs.am: Allow `.' to be specified in SUBDIRS.

Sun Sep 27 20:02:21 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.texi (Dist): Document EXTRA_DIST change.
	* automake.in (handle_dist_worker): Allow subdirs in EXTRA_DIST.

	* automake.in (handle_ltlibraries): Wrote better comment about
	EXTRA_LTLIBRARIES.

	* automake.texi (Invoking Automake): Document --copy.
	* automake.in (copy_missing): New global.
	(parse_arguments): Recognize --copy/-c.
	(require_file_internal): Handle $copy_missing.  Fixed error
	message.
	(initialize_global_constants): Document -c/--copy.

	* automake.texi: Document LIBOBJS trick.

	* automake.in (handle_dist_worker): If DIST_SUBDIRS defined, use
	it even when SUBDIRS not conditional.

	* automake.in (quote_cond_val): Turn tabs into \003.
	(unquote_cond_val): Turn \003 back into tabs.  Fixes test
	cond6.test.

	* automake.in (read_am_file): Treat backslash-newline as
	whitespace.  Test parse.test.

Sat Sep 26 19:31:22 1998  Tom Tromey  <tromey@cygnus.com>

	* configure: Rebuilt.
	* configure.in: Upped version to 1.3c.

	Track recent autoconf changes:
	* m4/Makefile.in: Rebuilt.
	* m4/Makefile.am (m4data_DATA): Updated for deleted files.
	* m4/init.m4 (AM_INIT_AUTOMAKE): Use AC_PROG_INSTALL.
	* m4/mingw.m4: Removed.
	* m4/cygwin.m4: Removed.
	* m4/install.m4: Removed.
	* m4/exeext.m4: Removed.
	* automake.in (scan_one_configure_file): Don't look for
	AM_EXEEXT.
	(check_cygnus): Only mention AC_EXEEXT.
	(obsolete_macros): Mention AM_PROG_INSTALL, AM_EXEEXT,
	AM_CYGWIN32, AM_MINGW32.
	($seen_prog_install): Changed interpretation; changed all users.
	(scan_one_configure_file): Don't look for AM_PROG_INSTALL.
	($scripts_installed): Removed.
	(handle_scripts): Use local $scripts_installed.
	* aclocal.in (obsolete_macros): Added AM_PROG_INSTALL, AM_EXEEXT,
	AM_CYGWIN32, AM_MINGW32.

Mon Jul  6 14:52:49 1998  Ian Lance Taylor  <ian@cygnus.com>

	* compile.am (mostlyclean-compile): If OBJEXT, remove *.$(OBJEXT)
	along with *.o.

Thu May 28 18:49:47 1998  Ian Lance Taylor  <ian@cygnus.com>

	* automake.in (seen_objext): New variable.
	(get_object_extension): If seen_objext, use .$(OBJEXT) rather than
	.o.  When including compile.am, keep or discard OBJEXT lines
	according to whether seen_objext is set.  If seen_objext, add .obj
	to @suffixes.  If seen_objext, use .$(OBJEXT) rather than .o when
	building ansi2knr.
	(handle_yacc_lex_cxx): If seen_objext, add a rule to create .obj
	files.  If seen_objext, use .$(OBJEXT) rather than .o when
	building ansi2knr.
	(scan_one_configure_file): Check for .obj as well as .o in
	LIBOBJS.  Set seen_exeext if we see AC_EXEEXT.  Look for
	AC_OBJEXT, and if found set seen_objext and set OBJEXT in
	configure_vars.
	(check_cygnus): Change error message to permit AC_EXEEXT.
	* compile.am: Add OBJEXT lines for .c.obj compilation.
	* Makefile.in: Rebuild.
	* m4/Makefile.in: Rebuild.
	* tests/Makefile.in: Rebuild.

Mon Sep 11 16:07:55 1997  Chris Provenzano <proven@cygnus.com>

	* header-vars.am: SHELL=@SHELL@
	Ran aclocal, autoconf, and automake.

Sat Sep 26 16:31:29 1998  Tom Tromey  <tromey@cygnus.com>

	* ltlib.am: Use $(INSTALL) and not $(INSTALL_DATA).

Mon Sep 14 08:27:38 1998  Per Cederqvist  <ceder@lysator.liu.se>

	* automake.in (handle_texinfo): The logic for when to provide
	texinfo.tex was broken.  Attempt to fix.

Mon Sep 14 00:55:12 1998  Per Cederqvist  <ceder@lysator.liu.se>

	Fix for Dynix 3.1.1.
	* automake.in (handle_yacc_lex_cxx): Transform "# " to "#line";
 	some compilers (such as /bin/cc on Dynix 3.1.1) don't accept the
 	output from the preprocessor.

Tue Aug 25 18:40:51 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_tests): Don't create site.exp target if it
	is already in Makefile.am.

Sun Aug 16 23:26:26 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_configure): Use @inputs, not
	@rewritten_inputs, when constructing CONFIG_FILES.  Use different
	list to test for file existence.  Test colon6.test.
	(rewrite_inputs_into_dependencies): Added add_srcdir argument.
	Updated all callers.

Wed Aug 12 14:16:57 1998  Tom Tromey  <tromey@cygnus.com>

	* Released 1.3b.

Tue Aug 11 12:18:59 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_clean): Added missing close-paren.  Quote
	`$' so it doesn't expand when replacing.  From Markus
	F.X.J. Oberhumer.

	* aclocal.in (usage): Changed bug address.
	* automake.in (usage): Changed bug address.

	* clean.am (distclean-generic): Don't mention
	DISTCONFIGCLEANFILES.  From Markus F.X.J. Oberhumer.

Mon Aug 10 20:57:35 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_yacc_lex_cxx): Redirect ansi2knr output to
	correct file.  From Kave Ghazi.

Sun Aug  2 16:05:16 1998  Tom Tromey  <tromey@cygnus.com>

	* Released 1.3a.

	* config.sub, config.guess, texinfo.tex: New versions from FSF.

Sun Jul 19 00:04:25 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (variable_conditions): Initialize %vars_scanned.
	(variable_conditions_sub): Check it.  Test cond5.test.

Sat Jul 18 00:24:14 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (variable_value_as_list_worker): Renamed from
	variable_value_as_list.  Set entry in vars_scanned, and give error
	if variable recursively defined.  Test recurs.test.
	(value_to_list): Call it instead.
	(variable_value_as_list): New function.

	* automake.in (variable_conditions_sub): If var is not
	conditional, but does have conditional subvariables, then return
	value should be all permutations of subvariable conditions.  Test
	cond4.test.
	(handle_source_transform): Define _OBJECTS variable with each
	condition; no need to define multiple new variables.

Fri Jul 17 12:56:14 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (am_install_var): Use DESTDIR, not DATADIR.  From
	Motoyuki Kasahara.

	* automake.in (scan_dependency_file): Recognize DOS-style paths as
	absolute.
	* ylwrap: Recognize DOS-style paths as absolute.  From Ian Lance
	Taylor.

Fri Jul 17 07:37:20 1998  H.J. Lu  (hjl@gnu.org)

	* ylwrap: Don't use absolute path if the input is in the
	current directory.

Fri Jul 17 11:58:27 1998  Ian Lance Taylor  <ian@cygnus.com>

	* automake.in: Use $(AM_MAKEFLAGS) in every invocation of $(MAKE).
  	* subdirs.am: Likewise.

Thu Jul 16 18:09:03 1998  Ian Lance Taylor  <ian@cygnus.com>

	* remake.am (config.status): Depend upon
	$(CONFIG_STATUS_DEPENDENCIES).
	* automake.in (handle_configure): Examine
	CONFIG_STATUS_DEPENDENCIES.

Tue Jul 14 13:37:48 1998  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am: Always look in srcdir for automake.in.

Tue Jun 23 14:00:27 1998  Ian Lance Taylor  <ian@cygnus.com>

	* progs.am: Don't let $(EXEEXT) interfere with $(transform).
	Report from Mike Stump <mrs@wrs.com>.

Tue Jun  2 13:27:34 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (scan_one_configure_file): Make CONFIGURE file
	handle local.  From Kevin Street.

	* automake.in (read_am_file): Error if blank line or comment
	follows trailing backslash.  Test syntax.test.
	(file_contents_with_transform): Likewise.

Thu May 28 18:49:47 1998  Ian Lance Taylor  <ian@cygnus.com>

	* automake.in (handle_configure): Always use $(SHELL) when running
	config.status.

Mon Jun  1 14:23:29 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_yacc_lex_cxx): Use AM_CPPFLAGS, AM_CXXFLAGS,
	AM_CFLAGS.
	(output_yacc_build_rule): Use AM_YFLAGS, AM_LFLAGS.
	(handle_dependencies): Don't define CXXMKDEP.

	* clean.am (mostlyclean-generic): Prefix rule with MOSTLYCLEAN.
	(clean-generic): Prefix rule with CLEAN.
	(distclean-generic): Prefix rule with DISTCLEAN.
	(maintainer-clean-generic): Prefix rule with MAINTAINERCLEAN.
	BUILT_SOURCES now handled in automake itself.
	* automake.in (initialize_per_input): Initialize
	maintainer_clean_files.
	(handle_yacc_lex_cxx): Put lex and yacc output files onto
	@maintainer_clean_files.
	(handle_clean): Handle @maintainer_clean_files.  Transform
	clean.am when installing; try to remove unnecessary tests in
	generated code.

	* automake.in (do_check_merge_target): Only generate $(MAKE)
	command if there are check targets to make.  Report from Karl
	Heuer.

Sun May 17 23:05:55 1998  Tom Tromey  <tromey@cygnus.com>

	* aclocal.in (write_aclocal): Fixed generated copyright message.
	From Eleftherios Gkioulekas.

	* automake.in (parse_arguments): Typo fix from Paul D. Smith.

Fri May  8 12:14:03 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_yacc_lex_cxx): Put lex and yacc output files
	onto @clean.

Wed May  6 01:18:05 1998  Tom Tromey  <tromey@cygnus.com>

	* header-vars.am (DESTDIR): Changed from DISTDIR.

Fri Apr 24 10:16:20 1998  Tom Tromey  <tromey@cygnus.com>

	* libs.am: Don't display loop while it runs.

Sun Apr  5 13:58:24 1998  Tom Tromey  <tromey@cygnus.com>

	* Released 1.3.

	* automake.in (handle_options): Correctly handle trailing alpha
 	version letter or lack thereof.  Test version3.test.

	* automake.in (am_conf_line_warning): Perl 4 fixlet; typo fix.

	* automake.in (handle_ltlibraries): Examine _DEPENDENCIES
	variable.  Report from Chris Provenzano.  Test library.test.
	(handle_libraries): Likewise.

	* m4/lex.m4: Allow AM_PROG_LEX to be called with no arguments.

Sun Apr  5 13:54:25 1998  Alexandre Oliva <oliva@dcc.unicamp.br>

	* automake.in (scan_one_configure_file): Only warn about
	AC_DECL_YYTEXT and AC_PROG_LEXX.
	(am_conf_line_warning): New function.

Fri Apr  3 15:43:46 1998  Doug Evans  <devans@seba.cygnus.com>

	* automake.in (handle_configure): Fix setting of colon_infile
	in case where multiple files are used to build Makefile.
	[ Test colon5.test ]

Fri Apr  3 13:07:58 1998  Tom Tromey  <tromey@cygnus.com>

	* ansi2knr.c, texinfo.tex: New versions from respective
	maintainers.

	* automake.in (scan_one_configure_file): Exclude INSTALL_DATA from
	configure_vars.  Test instdata.test.

Tue Mar 31 21:07:42 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_yacc_lex_cxx): Changed to use new version of
	ansi2knr.
	* ansi2knr.c: New version from L. Peter Deutsch.

Thu Mar 26 11:00:04 1998  Tom Tromey  <tromey@cygnus.com>

	* m4/exeext.m4: Correctly eliminate bad cases when computing
	am_cv_exeext.  Report from Markus F.X.J. Oberhumer.

Wed Mar 25 15:09:56 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_options): Support alpha version numbers.

	* lisp.am (install-@DIR@LISP): Allow .el files to appear in build
	directory.  From Gary V Vaughan.

Mon Mar 23 07:55:04 1998  Tom Tromey  <tromey@cygnus.com>

	* Released 1.2h.

	* header.am (install-@DIR@HEADERS): A header can appear in the
	build directory as well as the source directory.  From Gary V
	Vaughan.

	* automake.in (handle_yacc_lex_cxx): Push lib sources onto
	de_ansi_files before generating ._c dependencies.  Test
	libobj8.test.

	* m4/mktime.m4: New version from Jim Meyering.

	* aclocal.in (usage): Document --print-ac-dir.
	(parse_arguments): Added --print-ac-dir.

	* ansi2knr.c, ansi2knr.1: New versions from ghostscript.
	(main): Reapplied "-" change from Harlan Stenn.

Fri Mar 20 22:42:30 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (scan_one_configure_file): Use &am_conf_line_error,
	not warn.  Check to make sure warnings happen only for
	configure.in, not for "not aclocal.m4".

Fri Mar 20 22:35:31 1998  Alexandre Oliva <oliva@dcc.unicamp.br>

	* automake.in: understand AM_PROG_LEX as a replacement for
	AC_PROG_LEX and AC_DECL_YYTEXT
	warn if the replaced macros are used.
	* m4/Makefile.am: add lex.m4
	* m4/lex.m4 (AM_PROG_LEX): new file and macro
	* missing: added lex/flex support
	instead of touching flex and bison output files, try to copy
	them from a filename based on the last given argument

Fri Mar 20 00:26:10 1998  Tom Tromey  <tromey@cygnus.com>

	* m4/protos.m4: Require AC_PROG_CPP.

	* aclocal.in (add_file): If &search fails, and macro matches AM_,
	then print error.  Test aclocalii.test.

	De-ansi-fication fixes from Harlan Stenn:
	* ansi2knr.c (main): Accept "-" argument to mean stdin.
	* automake.in (handle_yacc_lex_cxx): Preprocess C source before
	running through ANSI2KNR.
	(get_object_extension): Generate rule for <dir>/ansi2knr.o.

	* texinfos.am: Include $(DESTDIR).
	* lisp.am: Include $(DESTDIR).
	* java.am: Include $(DESTDIR).
	* mans.am (install-man@SECTION@): Include $(DESTDIR).
	* automake.in (handle_man_pages): Include $(DESTDIR) in
	installdirs variable.
	(handle_texinfo): Likewise.
	(am_install_var): Likewise.
	* header-vars.am (DISTDIR): Define.
	* data.am, header.am, libs.am, ltlib.am, progs.am, scripts.am:
	Support $(DESTDIR) at install time.  From Assar Westerlund.

	* automake.in (handle_java): Put Java sources in distribution.

Thu Mar 19 01:33:35 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_java): Put JAVACFLAGS after -d option.  From
	Per Bothner.

	* automake.in (handle_java): Use $(JAVAROOT) in place of `../..'
	in default CLASSPATH.
	(am_install_var): Allow `JAVA' variable to be defined.  Don't
	define `JAVA' primary.

	* automake.in (scan_one_configure_file): Check for `sinclude' and
	turn into recursive call.

	* automake.in (initialize_per_input): Set $output_all.
	(generate_makefile): Don't set $output_header or generate
	`default' target.  Print $output_all before $output_header.
	(handle_merge_targets): Put `all' target into $output_all.

Wed Mar 18 14:48:44 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_configure): Put secondary dependencies from
	multi-":" AC_OUTPUT entry into dependency list for file created by
	config.status, not file created by automake.  Test colon3.test.
	(generate_makefile): Pass $output, not $makefile, to
	handle_merge_targets.

	* Makefile.am (pkgdata_DATA): Added java.am, java-clean.am.
	* java-clean.am: New file.
	* java.am: New file.
	* automake.in (generate_makefile): Call handle_java.
	(handle_java): New sub.
	(am_install_var): Only push primary variable on @all if not doing
	Java.

Sun Mar  8 15:43:09 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_configure): When recognizing AC_OUTPUT ":"
	syntax, make regexp less greedy.  From Maciej W. Rozycki.  Test
	colon4.test.

Fri Mar  6 21:20:53 1998  Tom Tromey  <tromey@cygnus.com>

	* m4/exeext.m4 (AM_EXEEXT): Ignore am_c_test.o.  From Bruno
	Haible.

Tue Feb 24 12:10:44 1998  Tom Tromey  <tromey@cygnus.com>

	* Released 1.2f.

	* mans.am (install-man@SECTION@, uninstall-man@SECTION@): Quote
	`$' in sed expression.

	* config.guess, config.sub, texinfo.tex: New versions from FSF.

	* Makefile.am (pkgdata_DATA): Added mans.am.
	* automake.in (handle_man_pages): Rewrote for new man page
	handling.
	(initialize_global_constants): Removed install_man_format,
	uninstall_man_format.
	* mans.am: New file.

	* data.am, header.am, libs.am, lisp.am, ltlib.am, progs.am,
	scripts.am, texinfos.am: Put `@' before NORMAL_UNINSTALL
	invocation.

Mon Feb 23 13:38:56 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (get_object_extension): Remove .c.lo rule from
	libtool when dependencies turned on.
	* libtool.am (.c.lo): Disable when dependency checking turned on.

	Dependency fixes from Alexandre Oliva:
	* automake.in (handle_dependencies): Fixed quoting when
	substituting @PFX@ and @EXT@.  Don't look for the `.P' file.
	* depend2.am (%.o): Use @PFX@ and @EXT@.
	(%.lo): New rule.

	* texinfos.am (.txi.info, .txi.dvi, .txi): New rules.
	* automake.in (handle_texinfo): Recognize .txi files.  From Karl
	Berry.

	* automake.in (handle_single_transform_list): $objpat now a
	parameter.  Set $objpat when suffix rule found.

	* aclocal.in (parse_arguments): Only put current year in --version
	output.
	* automake.in (parse_arguments): Only put current year in
	--version output.

Mon Feb 16 00:12:03 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_aclocal_m4): When processing -I options,
	directory is separate argument.  Test aclocali.test.

Fri Feb 13 14:35:39 1998  Ian Lance Taylor  <ian@cygnus.com>

	* automake.in (handle_texinfo): Correct condition for whether
	texinfo.tex is required.  [Test texinfo5.test]

Fri Feb 13 00:28:53 1998  Tom Tromey  <tromey@cygnus.com>

	* Released 1.2e.

	* Makefile.am: Removed bogus line.

Thu Feb 12 22:27:05 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (get_object_extension): Conditionally include .c.o
	rule from compile.am.
	(handle_dependencies): Generate correct code when including new
	depend2.am.
	(file_contents_with_transform): Better error reporting.
	* depend.am (MKDEP): Removed.
	(.deps/.P): Removed.  Don't include .deps/.P.
	* compile.am (.c.o): Now conditional on dependencies not being
	generated by compiles.
	* depend2.am (%.o): New rule.
	(.deps/%.P): Removed.

	* tags.am (TAGS): Uniquify list of files.  From Harlan Stenn.

	* aclocal.in (scan_m4_files): Reverse-sort keys when constructing
	`search' function.  From Johan Danielsson.

Tue Sep 16 14:13:15 1997  Paul D. Smith  <psmith@baynetworks.com>

	* automake.in: Create new option --generate-deps.  This option has
	automake generate a .dep_segment file containing just the
	dependencies created from the .P list.  This is needed to maintain
	other makefiles that automake doesn't deal with (Makefile.DOS,
	SMakefile, etc.)
	* automake.texi (Invoking Automake): Document it.

Thu Feb 12 19:45:16 1998  Tom Tromey  <tromey@cygnus.com>

	* aclocal.in (scan_configure): Tightened regexp a bit.  Test
	whoami.test.  From Johan Danielsson.

	Report from H.J. Lu.
	* automake.in (output_yacc_build_rule): Don't write rule to create
	`.h' file.
	(handle_yacc_lex_cxx): Generate rule to build each .h file.

	* automake.in (handle_options): Set readme-alpha and check-news
	for Gnits after main processing.  Test alpha.test.  From Jim
	Meyering.

	* aclocal.in (usage): Updated bug-reporting address.
	* automake.in (usage): Updated bug-reporting address.

	* compile.am: Remove *.core for 4.4BSD systems.  From Assar
	Westerlund.

	* automake.in (handle_single_transform_list): Don't set
	seen_any_source if all sources are C++.

Wed Feb 11 17:30:01 1998  Tom Tromey  <tromey@cygnus.com>

	* aclocal.in (write_aclocal): Write to $output_file, not
	aclocal.m4.  From Alexandre Oliva.

Thu Feb  5 13:38:55 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (scan_one_configure_file): Put CXCPP before CXX in
	regexp.  From Garth Corral.  Test cxxxcpp.test.

Sun Jan 25 11:16:53 1998  Tom Tromey  <tromey@cygnus.com>

	* automake.in (generate_makefile): Run handle_minor_options before
	handle_dist, to make sure README-alpha ends up in distribution.
	From Jim Meyering.

Tue Jan 13 09:19:33 1998  Tom Tromey  <tromey@cygnus.com>

	* aclocal.in (add_file): Hack for Perl 4.  From Seth Alves.

Thu Dec 11 12:29:46 1997  Ian Lance Taylor  <ian@cygnus.com>

	* scripts.am: Don't add @EXEEXT@ to installed scripts.  Scripts
	are not executables.

Tue Dec  2 20:07:18 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (initialize_global_constants): Bug fix in
	uninstall_man_format.  Report from Eric Backus.

Mon Dec  1 13:52:39 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_source_transform): Correctly generate
	_OBJECTS when _SOURCES is defined conditionally.  Reported by Rob
	Savoye.  Test cond3.test.

	Fixes for test objc.test:
	* automake.in (initialize_per_input): New global seen_any_source.
	(handle_yacc_lex_cxx): Use seen_any_source to decide when to
	define LINK, et al.
	(handle_single_transform_list): Set seen_any_source.
	(handle_lib_objects_cond): Likewise.

Wed Nov 26 13:41:57 1997  Tom Tromey  <tromey@cygnus.com>

	* Released 1.2d.

	* m4/ccstdc.m4: Don't force AM_PROG_CC_STDC before AC_PROG_CPP.
	Temporary hack.

	* m4/mktime.m4 (AM_FUNC_MTIME): New version from Paul Eggert.

	* header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL,
	NORMAL_UNINSTALL, PRE_UNINSTALL, POST_UNINSTALL): Define as `:',
	not `true'.

	* automake.in (output_yacc_build_rule): Don't overwrite .h file in
	non-ylwrap case.

	* tags.am (ID): Scan lisp files.
	(TAGS): Make tags for lisp files.

Tue Nov 25 14:20:42 1997  Tom Tromey  <tromey@cygnus.com>

	* ltlib.am: Use INSTALL_DATA, not INSTALL_PROGRAM.  From Gord
	Matzigkeit.

Fri Nov 21 15:15:50 1997  Tom Tromey  <tromey@cygnus.com>

	* m4/mingw.m4, m4/cygwin.m4: Argument to AC_TRY_COMPILE is
	function body, not entire function.  From Ian Taylor.

Sat Oct 25 12:39:19 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (scan_one_configure_file): Skip empty string for
	Perl 4.  From Assar Westerlund.

	* config.guess, config.sub, texinfo.tex: New versions from FSF.

Fri Oct 24 23:15:09 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (output_yacc_build_rule): Use YFLAGS again.
	(handle_yacc_lex_cxx): Error if YACCFLAGS used.

Wed Aug 27 19:26:45 1997  Rob Savoye  <rob@chinadoll.cygnus.com>

	* compile.am: Add suffix rules for ".s.o" and ".S.o" so assembler
	files can be used.
	* libtool.am: Add suffix rules for ".s.lo" and ".S.lo" so assembler
	files can be used.
	* automake.in: Add .S and .s to the standard list of suffixes so
	assembler files can be used.

Fri Oct 24 13:39:01 1997  Tom Tromey  <tromey@cygnus.com>

	* m4/exeext.m4: Require AM_MINGW32.  Check MINGW32 setting.

Thu Oct 23 21:16:28 1997  Tom Tromey  <tromey@cygnus.com>

	* m4/init.m4 (missing_dir): AC_REQUIRE AM_SANITY_CHECK,
	AC_ARG_PROGRAM, and AC_PROG_MAKE_SET.

Tue Oct 21 16:49:36 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_options): Recognize `cygnus'.

Tue Sep  9 17:09:47 1997  Rob Savoye  <rob@chinadoll.cygnus.com>

	* m4/mingw.m4: New file for mingw32 support.
	* m4/exeext.m4: Also check for the mingw32 environment.

Tue Oct 21 00:39:44 1997  Tom Tromey  <tromey@cygnus.com>

	* m4/Makefile.am (m4data_DATA): Added mingw.m4.

	* automake.in (handle_lib_objects_cond): Don't require @LEXLIB@.
	(handle_programs): Likewise.

	* subdirs.am (check-recursive installcheck-recursive
	info-recursive dvi-recursive): Handle case when SUBDIRS is empty.
	(maintainer-clean-recursive): Likewise.  From Assar Westerlund.

	* aclocal.in (scan_m4_files): If macro recognized, &search will
	return 1.
	(scan_configure): If AM_ macro not found, give error.

	* m4/sanity.m4: If `ls' completely fails, die.  From Jim
	Meyering.

Mon Oct 20 16:13:48 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_single_transform_list): Fixlet for Fortran.
	From Bernard Urban.

	* libtool.am: Remove _libs, for libtool 1.0d.  From Gord
	Matzigkeit.

Sun Oct 19 22:59:35 1997  Tom Tromey  <tromey@cygnus.com>

	* texinfos.am: Bug fix.  From John W. Coomes.

Mon Sep 29 12:57:00 1997  Tom Tromey  <tromey@cygnus.com>

	* Released 1.2c.

	* automake.in (handle_dist_worker): In topmost directory of
	project, use `distdir', not `top_distdir', as argument to
	--output-dir; likewise when building in subdirs.

Sun Sep 28 15:55:46 1997  Tom Tromey  <tromey@cygnus.com>

	* m4/sanity.m4: Test $*, not $@.  From Akim Demaille.

	* automake.in (handle_minor_options): New sub.
	(check_gnits_standards): Don't handle README-alpha here.
	(handle_dist_worker): Check NEWS file if `check-news' option
	requested.
	(generate_makefile): Run handle_minor_options.
	(handle_options): Handle readme-alpha and check-news.  Set them if
	--gnits.

	* depend.am (MKDEP): Use $(CC), not gcc.

Wed Sep 24 23:48:26 1997  Tom Tromey  <tromey@cygnus.com>

	* Release 1.2b.

	* m4/ccstdc.m4 (AM_PROG_CC_STDC): Make sure this is run before
	AC_PROG_CPP.  From Markus Oberhumer.

Fri Sep 12 00:04:19 1997  Paul Eggert  <eggert@twinsun.com>

	* m4/ccstdc.m4 (AM_PROG_CC_STDC): Don't look at __STDC__;
	look only at whether function prototypes are supported.

Wed Sep 24 16:10:37 1997  Tom Tromey  <tromey@cygnus.com>

	* Various: Put "-" before each `rm' line.  This avoids a bug in
	some losing makes (Ultrix, 4.3 BSD).

	* 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.

	* automake.in (scan_one_configure_file): Detect AC_OUTPUT().
	(handle_single_transform_list): Don't apply length() to a list.

	* automake.in (handle_programs): Define _DEPENDENCIES variable if
	not defined by user.

Thu Sep 18 19:43:38 1997  Tom Tromey  <tromey@cygnus.com>

	* m4/sanity.m4: Quote "$@" for m4.  From Gord Matzigkeit.

Mon Sep  1 23:50:38 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_texinfo): Set need_texi_file only when
	TEXINFO_TEX not defined.

Thu Aug 28 09:37:29 1997  Tom Tromey  <tromey@cygnus.com>

	From Juergen Erhard:
	* automake.in (SUFFIX_RULE_PATTERN): New global.
	(handle_single_transform_list): If suffix matches a source suffix,
	rewrite.
	(read_am_file): Add suffix rules to %suffix_rules.
	(initialize_per_input): Initialize %suffix_rules.

Wed Aug 27 12:56:50 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_texinfo): Also remove .kys and .ps files.

	* automake.in (handle_yacc_lex_cxx): Quoting fixlet.  From Kaveh
	Ghazi.

	* aclocal.in (write_aclocal): Print copyright and copying
	permissions.  From RMS.
	* automake.in (initialize_global_constants): More copyright stuff
	from RMS.

	* automake.in (handle_texinfo): Only require texinfo.tex in
	appropriate situations.  Report from Paul D. Smith.

Mon Aug 25 15:45:52 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (scan_dependency_file): Fix so that
	OMIT_DEPENDENCIES will work.  From Alexander Lukyanov.

	* automake.in (handle_texinfo): texi2dvi can generate `.cn'
	files.  From Akim Demaille.

Wed Aug  6 10:51:37 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_texinfo): Reversed sense of test.

Tue Aug  5 17:49:54 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_dependencies): Always mark OMIT_DEPENDENCIES
	as seen.

	* automake.in (handle_yacc_lex_cxx): Make each _.c file depend on
	ansi2knr.

	* automake.in (handle_yacc_lex_cxx): Fix for makes which don't
	allow $< in non-suffix rules.  From Akim Demaille.

	* automake.in (value_to_list): If variable name contains configure
	substitution, then just ignore it.

	* automake.in (variable_defined): Mark variable is seen, even if
	only conditionally seen.

	* Makefile.am: Check for bad splits.
	* automake.in (various): Use split(' ',...), not split(/ /,...).

Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>

	* ylwrap: If the program is a relative path, force it to be
	absolute.

Tue Aug  5 16:59:41 1997  Tom Tromey  <tromey@cygnus.com>

	* missing: Examine A[CM]_CONFIG_HEADER for name of files to
	touch.  From Markus F.X.J. Oberhumer.

	* automake.in (require_file_internal): Better error message when
	installing.

	* automake.in (handle_texinfo): Smarter test when deleting output
	of makeinfo.

Sat Aug  2 13:32:45 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (do_check_merge_target): In --cygnus mode, check
	doesn't depend on all.

	* automake.in (output_yacc_build_rule): Use YACCFLAGS, not
	YFLAGS.  Per GNU Standards.

	* dejagnu.am (RUNTESTDEFAULTFLAGS): New macro.
	(check-DEJAGNU): Use it.

	* subdirs.am (maintainer-clean-recursive): Actually reverse subdir
	list.  From Alexander Lukyanov.

	* automake.in (initialize_global_constants): Changed generated
	copyright.  From RMS.

	* automake.in (handle_configure): Pass correct value for
	CONFIG_FILES.  From Ian Taylor.

Thu Jul 31 17:36:10 1997  Ian Lance Taylor  <ian@cygnus.com>

	* ylwrap (pairlist): Shift out trailing "--"; don't pass it to
	$prog.

Thu Jul 24 00:52:02 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (initialize_global_constants): Changed index names
	in dist hash so that alternate dist targets will be generated.
	Report from Glenn Amerine.

	Suggestion from Karl Berry:
	* automake.in (usage): Added short info line.

	* aclocal.in (usage): Updated bug-reporting address.  Added short
	info line.

	* automake.in (handle_emacs_lisp): Put contents of lisp-clean.am
	into output.  Report from Karl Berry.

Mon Aug 25 16:14:32 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_configure): Only generate ":" syntax for
	CONFIG_FILES when really needed.

Wed Aug  6 14:47:12 1997  Ian Lance Taylor  <ian@cygnus.com>

	* remake-hdr.am (@CONFIG_HEADER@): Use a dummy command to force
	GNU make to recheck the file modification time.

Tue Aug  5 14:44:10 1997  Ian Lance Taylor  <ian@cygnus.com>

	* ylwrap: If the program is a relative path, force it to be
	absolute.

Mon Aug  4 14:52:08 1997  Ian Lance Taylor  <ian@cygnus.com>

	* automake.in ($RULE_PATTERN): Accept $ in body of rule name.
 	(handle_programs): Don't append $(EXEEXT) if the
	program name contains '.'.
	(am_install_var): When rewriting _PROGRAMS, don't append $(EXEEXT)
	if the program names contains '.'.  Also, handle conditionals.

Sat Aug  2 14:43:41 1997  Tom Tromey  <tromey@cygnus.com>

	* m4/exeext.m4: Fixed quoting.

	* m4/exeext.m4 (am_cv_exeext): Use echo, not ls.

	* automake.in (handle_programs): Transform @EXEEXT@ when including
	program.am.

Fri Aug  1 17:09:09 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_programs): Don't transform CYGWIN or
	NOTCYGWIN.
	(am_install_var): Likewise.

	* progs-clean.am (clean-@DIR@PROGRAMS): Never include EXEEXT.

	* progs.am: Removed @EXEEXT@; it is now implicit.
	* program.am: Add @EXEEXT@ in appropriate places; removed
	cygwin-dependent code.
	* automake.in (seen_exeext): Renamed from seen_cygwin32.
	(handle_programs): Use seen_exeext.
	(scan_one_configure_file): Look for AM_EXEEXT, not AM_CYGWIN32.
	(check_cygnus): Use seen_exeext.
	(am_install_var): Likewise.
	(am_install_var): When handling PROGRAMS primary, append EXELIST
	to program names as necessary.
	* m4/exeext.m4: Require AM_CYGWIN32.

Thu Jul 31 17:36:10 1997  Ian Lance Taylor  <ian@cygnus.com>

	* ylwrap (pairlist): Shift out trailing "--"; don't pass it to
	$prog.

	* texinfos.am: Add -I $(srcdir) when invoking $(MAKEINFO) for
	CYGNUS .texinfo.info case and .texinfo case.

	* automake.in (handle_configure): Correct handling of inputs for
	for AC_OUTPUT files when invoking config.status.

Mon Jul 28 15:29:25 1997  Rob Savoye  <rob@chinadoll.cygnus.com>

	* m4/cygwin.m4: Set a variable CYGWIN32, rather than EXEEXT.
	* m4/exeext.m4: New autoconf test for an executable suffix.
	* m4/Makefile.in: Install the new exeext.m4 test.

Sun Jun 22 14:01:59 1997  Tom Tromey  <tromey@cygnus.com>

	* Released version 1.2.

	* automake.in (handle_texinfo): Look for texinfo.tex in aux dir.

	* automake.in (require_file_internal): Only print "installing"
	when actually installing.  From Gord Matzigkeit.

	* automake.in (handle_tests): Exit status `77' means `ignore
	test'.  From François Pinard.
	(handle_tests) Also, make banner same size as text.

	* automake.in (handle_configure): Don't handle PRE_BUILT_SOURCES.
	(handle_built_sources): Likewise; don't have `all' depend on
	BUILT_SOURCES.

	* depend.am (DEPS_MAGIC): New variable.
	(.deps/.P): Depend on BUILT_SOURCES again.

	* texinfos.am: Use ||, not ;.

Tue Jun 10 11:04:16 1997  Tom Tromey  <tromey@cygnus.com>

	* m4/cygwin.m4: Examine output of compiler to see if .exe needed.

Sun Jun  1 13:16:05 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_built_sources): Handle PRE_BUILT_SOURCES.
	(handle_configure): Likewise.

	* depend2.am (.deps/%.P): Don't generate file if MKDEP fails.
	From Alexandre Oliva.

	* depend.am (.deps/.P): Depend on PRE_BUILT_SOURCES, not
	BUILT_SOURCES.

	* automake.in (initialize_global_constants): Added 1997 to
	copyright info.

	* automake.in (output_yacc_build_rule): Never move y.tab.c over
	the .h file.  From Jim Meyering.

Thu May 29 23:16:02 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (scan_one_configure_file): Avoid defining ACLOCAL,
	AUTOCONF, AUTOMAKE, AUTOHEADER.  From David Zaroski.

Sat Feb 22 16:05:24 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>

	* Makefile.am (pkgdata_DATA): Under this new scheme, we no longer
	need compile-kr.am.  Delete it.

	* automake.in (handle_yacc_lex_cxx, get_object_extension): Use
 	_.c, _.o, _.lo instead of ._c, ._o, .l_o for de-ansification.

	* ansi2knr.c (main): Parse our arguments a little differently so
	that we don't create null output files when we can't read the
	input file.

Wed May 28 23:40:33 1997  Tom Tromey  <tromey@cygnus.com>

	* depend.am (.deps/.P): Depend on $(BUILT_SOURCES) again.  From
	Gord Matzigkeit.

Mon May 26 22:50:49 1997  Tom Tromey  <tromey@cygnus.com>

	* remake-hdr.am ($(srcdir)/@STAMP@.in): Make echo silent.  Report
	from Alexandre Oliva.

	* automake.in (generate_makefile): If --no-force, check
	Makefile.in against configure.in and aclocal.m4.  Report from
	Alexandre Oliva.

	* automake.in (handle_dist_worker): Put --include-deps on command
	line if specified originally.
	(handle_configure): Likewise.

	* configure.in: Error if Perl 5.001 is used.

	* ylwrap: Don't quote $prog when executing it.  From Jim
	Meyering.

Thu May 15 12:05:20 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_merge_targets): Set INSTALL_SCRIPT in
	install-strip target.

Tue May 13 08:20:02 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_dependencies): Don't generate dependencies
	if DEP_FILES would be empty.

Sun May 11 13:59:14 1997  Tom Tromey  <tromey@cygnus.com>

	* config.guess: New version from FSF.

	* automake.in (get_object_extension): If ansi2knr in another
	directory, always define ANSI2KNR to full path.  From Akim
	Demaille.

	* kr-extra.am (clean-krextra): Remove ansi2knr here, not in
	distclean-krextra.

	* missing: Regularized grammar.  From François Pinard.

Sat May 10 16:48:47 1997  Tom Tromey  <tromey@cygnus.com>

	* Released 1.1p.

	* m4/init.m4: Error if source directory already configured.

	* automake.in (scan_dependency_file): Always use srcdir name as
	passed in on command line.

Thu May  1 12:53:46 1997  Ian Lance Taylor  <ian@cygnus.com>

	* automake.in (value_to_list): Don't fail when a variable
	substitution is not a complete word.

Tue May  6 15:22:41 1997  Ian Lance Taylor  <ian@cygnus.com>

	* subdirs.am: Fix check for make -k to use $(MAKEFLAGS) and to not
	get fooled by command line arguments.

Sat May 10 15:48:46 1997  Tom Tromey  <tromey@cygnus.com>

	* m4/ccstdc.m4: Print "none needed" if compiler accepts ANSI C by
	default.

Mon May  5 23:24:09 1997  Tom Tromey  <tromey@cygnus.com>

	* mkinstalldirs, config.guess, config.sub, COPYING, texinfo.tex:
	New versions from FSF.

Sun May  4 15:21:22 1997  Tom Tromey  <tromey@cygnus.com>

	* texinfos.am (install-info): Avoid the Debian install-info.
	(uninstall-info): Likewise.

	* automake.in (handle_single_transform_list): Strip any directory
	name before processing name.

Thu May  1 19:24:08 1997  Tom Tromey  <tromey@cygnus.com>

	* depend2.am (.deps/%.P): Don't put $(srcdir)/ into dependency.

Wed Apr 30 19:15:47 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_dist_worker): Change how top_distdir is
	computed.  Based on patch from Ian Taylor.
	(handle_dist): Define top_distdir.

	* automake.in (handle_yacc_lex_cxx): Include CXXFLAGS in CXXLINK.
	(handle_yacc_lex_cxx): Include CFLAGS in LINK.

Wed Apr 30 14:46:37 1997  Ian Lance Taylor  <ian@cygnus.com>

	* automake.in (handle_dist_worker): When building a distribution,
	if SUBDIRS is defined conditionaly, recur into each possible
	subdirectory.

	* clean.am (distclean-generic): Remove stamp-h[0-9]*.

Tue Apr 29 19:11:45 1997  Tom Tromey  <tromey@cygnus.com>

	* INSTALL, mkinstalldirs, install-sh: Update from François
	Pinard.

	* aclocal.in (add_macro): If AC_ macro was defined, then mark it
	as seen.  Report from Janos Farkas.

	* subdirs.am: Clean targets now run in reverse order.  From Kevin
	Dalley.

	* automake.in (handle_texinfo): Put `aminfo', not `info' on
	@clean.

	* mdate-sh: New version from Ulrich Drepper.

Mon Apr 28 01:18:05 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_configure): Makefile only depends on
	BUILT_SOURCES when generating dependencies.

	* Released 1.1o.

Sun Apr 27 23:58:20 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_dist): Use variable_value, not
	variable_contents.

Wed Apr 23 14:04:28 1997  Ian Lance Taylor  <ian@cygnus.com>

	* automake.in (IF_PATTERN): Define.
	(ELSE_PATTERN, ENDIF_PATTERN): Define.
	(AM_CONDITIONAL_PATTERN): Define.
	(%configure_cond): New global hash table.
	(handle_source_transform): If xx_SOURCES is defined conditionally,
	define xx_OBJECTS using the same conditions.
	(handle_lib_objects): If variable is defined conditionally, define
	xx_DEPENDENCIES conditionally.  Most code moved into subroutine.
	(handle_lib_objects_cond): New function, broken out of
	handle_lib_objects.
	(scan_one_configure_file): Look for $AM_CONDITIONAL_PATTERN.
	(conditional_true_when): New function.
	(variable_defined): Add new parameter: cond.  Change some
	callers.
	(variable_conditions): New function.
	(variable_conditionally_defined): New function.
	(variable_value): New function.  Change most uses of $contents to
	call variable_value instead.
	(value_to_list): New function, from variable_value_as_list.
	(variable_value_as_list): Add new parameter: cond.  Change all
	callers.  Move some code into subroutine value_to_list.
	(define_pretty_variable): Add new parameter: cond.  Change call
	callers.
	(read_am_file): Handle conditionals.
	(initialize_per_input): Initialize %conditional and
	@conditional_stack.
	* m4/cond.m4: New file.
	* m4/Makefile.am (m4data_DATA): Add cond.m4.

Sun Apr 27 11:03:36 1997  Tom Tromey  <tromey@cygnus.com>

	* automake.in (handle_dist_worker): Run automake once per
	directory, instead of once at the top.
	(handle_dist_worker): Changed interface.
	(handle_dist): Likewise.
	(generate_makefile): Better error message if can't write the
	file.
	(handle_dist_worker): Pass top_distdir to subdir makes.

	* automake.in (handle_dist_worker): Use mode 777 on directories in
	distribution.  GNU Standards compliance.

	* automake.in (handle_yacc_lex_cxx): Don't use interlock.
	(output_yacc_build_rule): Don't use interlock; jus