[[project @ 1997-04-10 01:14:55 by jimb] jimb**19970410011455 Ignore-this: 87b8fc51dddf28d1db700ee8ed523cfa Rebuild using newly patched automake... argh. ] hunk ./Makefile.in 1 -# Makefile.in generated automatically by automake 1.1l from Makefile.am +# Makefile.in generated automatically by automake 1.1n from Makefile.am hunk ./Makefile.in 35 +ACLOCAL = @ACLOCAL@ +AUTOCONF = @AUTOCONF@ +AUTOMAKE = @AUTOMAKE@ +AUTOHEADER = @AUTOHEADER@ + hunk ./Makefile.in 45 + +NORMAL_INSTALL = true +PRE_INSTALL = true +POST_INSTALL = true +NORMAL_UNINSTALL = true +PRE_UNINSTALL = true +POST_UNINSTALL = true hunk ./Makefile.in 53 -INSTALL_SCRIPT = @INSTALL_SCRIPT@ hunk ./Makefile.in 54 -module = @module@ hunk ./Makefile.in 55 +module = @module@ hunk ./Makefile.in 66 -ACLOCAL = $(top_srcdir)/aclocal.m4 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 hunk ./Makefile.in 75 -DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \ - $(TEXINFOS) $(MANS) $(EXTRA_DIST) +DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) hunk ./Makefile.in 78 +GZIP = --best hunk ./Makefile.in 82 -$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) - cd $(top_srcdir) && automake --foreign Makefile +$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile hunk ./Makefile.in 89 -$(srcdir)/aclocal.m4: @MAINT@configure.in - cd $(srcdir) && aclocal +$(srcdir)/aclocal.m4: @MAINT@ configure.in + cd $(srcdir) && $(ACLOCAL) hunk ./Makefile.in 94 -$(srcdir)/configure: @MAINT@configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES) - cd $(srcdir) && autoconf +$(srcdir)/configure: @MAINT@configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) + cd $(srcdir) && $(AUTOCONF) hunk ./Makefile.in 98 - $(NORMAL_INSTALL) + @$(NORMAL_INSTALL) hunk ./Makefile.in 100 - @list="$(subpkgdata_DATA)"; for p in $$list; do \ + @list='$(subpkgdata_DATA)'; for p in $$list; do \ hunk ./Makefile.in 102 - echo "$(INSTALL_DATA) $(srcdir)/$$p $(subpkgdatadir)/$$p"; \ + echo " $(INSTALL_DATA) $(srcdir)/$$p $(subpkgdatadir)/$$p"; \ hunk ./Makefile.in 105 - echo "$(INSTALL_DATA) $$p $(subpkgdatadir)/$$p"; \ + echo " $(INSTALL_DATA) $$p $(subpkgdatadir)/$$p"; \ hunk ./Makefile.in 111 - list="$(subpkgdata_DATA)"; for p in $$list; do \ + $(NORMAL_UNINSTALL) + list='$(subpkgdata_DATA)'; for p in $$list; do \ hunk ./Makefile.in 125 - $(TAR) zxf $(distdir).tar.gz + GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz hunk ./Makefile.in 143 - $(TAR) chozf $(distdir).tar.gz $(distdir) + GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) hunk ./Makefile.in 147 - $(TAR) chozf $(distdir).tar.gz $(distdir) + GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) hunk ./Makefile.in 155 - && automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --foreign + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --foreign hunk ./Makefile.in 169 - $(NORMAL_INSTALL) + @$(NORMAL_INSTALL) hunk ./Makefile.in 172 - $(NORMAL_INSTALL) + @$(NORMAL_INSTALL)