From 5ec5d45d9a15d643fa192a553c67c3a727c5212f Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 29 Oct 2002 18:35:22 +0000 Subject: [PATCH] regen --- Makefile.in | 12 ++++++------ aclocal.m4 | 2 +- lib/Makefile.in | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7c57aaea..a6f3ace7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -152,7 +152,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ Makefile.in NEWS THANKS TODO aclocal.m4 configure configure.in \ stamp-vti version.texi -DIST_SUBDIRS = $(SUBDIRS) +DIST_SUBDIRS = . m4 lib tests all: all-recursive .SUFFIXES: @@ -168,7 +168,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck -$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) +$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): configure.in @@ -197,7 +197,7 @@ uninstall-binSCRIPTS: .texi.info: @rm -f $@ $@-[0-9] $@-[0-9][0-9] $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ - `test -f '$<' || echo '$(srcdir)/'`$< -o $@ + -o $@ `test -f '$<' || echo '$(srcdir)/'`$< .texi.dvi: TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ @@ -212,7 +212,7 @@ automake.info: automake.texi version.texi automake.dvi: automake.texi version.texi automake.pdf: automake.texi version.texi version.texi: stamp-vti -stamp-vti: automake.texi $(top_srcdir)/configure.in +stamp-vti: automake.texi $(top_srcdir)/configure @(dir=.; test -f ./automake.texi || dir=$(srcdir); \ set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake.texi`; \ echo "@set UPDATED $$1 $$2 $$3"; \ @@ -235,7 +235,7 @@ TEXI2DVI = texi2dvi TEXI2PDF = $(TEXI2DVI) --pdf --batch DVIPS = dvips .dvi.ps: - $(DVIPS) $< -o $@ + $(DVIPS) -o $@ $< uninstall-info-am: $(PRE_UNINSTALL) @@ -443,7 +443,7 @@ distdir: $(DISTFILES) || exit 1; \ fi; \ done - list='$(SUBDIRS)'; for subdir in $$list; do \ + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ diff --git a/aclocal.m4 b/aclocal.m4 index c4d8a5b4..f30e0ecc 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -540,7 +540,7 @@ AC_CACHE_CHECK([dependency style of $depcc], if depmode=$depmode \ source=conftest.c object=conftest.o \ depfile=conftest.Po tmpdepfile=conftest.TPo \ - $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 && + $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 && grep conftest.h conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then am_cv_$1_dependencies_compiler_type=$depmode diff --git a/lib/Makefile.in b/lib/Makefile.in index 0d8f20c2..d48cf093 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -116,7 +116,7 @@ DIST_COMMON = $(dist_pkgvdata_DATA) $(dist_script_DATA) COPYING INSTALL \ Makefile.am Makefile.in ansi2knr.1 ansi2knr.c compile \ config.guess config.sub depcomp elisp-comp install-sh mdate-sh \ missing mkinstalldirs py-compile texinfo.tex ylwrap -DIST_SUBDIRS = $(SUBDIRS) +DIST_SUBDIRS = Automake am all: all-recursive .SUFFIXES: @@ -312,7 +312,7 @@ distdir: $(DISTFILES) || exit 1; \ fi; \ done - list='$(SUBDIRS)'; for subdir in $$list; do \ + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ -- 2.43.5