From 4d3ed96873906b2597765a79932c4ab628a68c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sat, 10 Nov 2001 20:59:26 +0000 Subject: [PATCH] regenerated git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@712 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 0cf19a270..3bd1da70b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -114,9 +114,10 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ install-exec-recursive installdirs-recursive install-recursive \ uninstall-recursive check-recursive installcheck-recursive DIST_COMMON = README AUTHORS COPYING COPYING.LIB ChangeLog INSTALL \ - Makefile.am Makefile.in NEWS THANKS TODO aclocal.m4 \ - config.guess config.sub configure configure.ac depcomp \ - hamlib.spec.in install-sh ltmain.sh missing mkinstalldirs + Makefile.am Makefile.in NEWS THANKS TODO acinclude.m4 \ + aclocal.m4 config.guess config.sub configure configure.ac \ + depcomp hamlib.spec.in install-sh ltmain.sh missing \ + mkinstalldirs DIST_SUBDIRS = $(SUBDIRS) all: all-recursive @@ -143,7 +144,7 @@ $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): configure.ac +$(ACLOCAL_M4): configure.ac acinclude.m4 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) hamlib.spec: $(top_builddir)/config.status hamlib.spec.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status