diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | Makefile.in | 9 | ||||
-rw-r--r-- | aclocal.m4 | 2 | ||||
-rwxr-xr-x | configure | 2 |
5 files changed, 17 insertions, 6 deletions
@@ -1,3 +1,9 @@ +2001-06-09 Marcus Brinkmann <marcus@gnu.org> + + * Makefile.am (debian_files): New variable. + (EXTRA_DIST): Add files in $(debian_files), prefixed with debian/. + * configure, Makefile.in, aclocal.m4: Regenerated. + 2001-06-08 Marcus Brinkmann <marcus@gnu.org> * debian/rules: Fix directory permissions, set architecture relevant diff --git a/Makefile.am b/Makefile.am index b973f93..f9f07b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,9 @@ AUTOMAKE_OPTIONS = gnu libexec_PROGRAMS = migcom bin_SCRIPTS = mig -EXTRA_DIST = gensym.awk cpu.sym +debian_files = changelog control copyright README.Debian rules +EXTRA_DIST = gensym.awk cpu.sym $(addprefix debian/, $(debian_files)) + CLEANFILES = cpu.h *.sym[co] migcom_SOURCES = alloc.h boolean.h error.c error.h global.c global.h \ diff --git a/Makefile.in b/Makefile.in index a2a26dd..ce6e5dd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p2 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -80,7 +80,9 @@ AUTOMAKE_OPTIONS = gnu libexec_PROGRAMS = migcom bin_SCRIPTS = mig -EXTRA_DIST = gensym.awk cpu.sym +debian_files = changelog control copyright README.Debian rules +EXTRA_DIST = gensym.awk cpu.sym $(addprefix debian/, $(debian_files)) + CLEANFILES = cpu.h *.sym[co] migcom_SOURCES = alloc.h boolean.h error.c error.h global.c global.h header.c lexxer.h lexxer.l message.h mig_string.h migcom.c parser.h parser.y routine.c routine.h server.c statement.c statement.h string.c type.c type.h user.c utils.c utils.h vprint.c write.h @@ -117,7 +119,7 @@ configure.in install-sh lexxer.c mig.in missing mkinstalldirs parser.c DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best DEP_FILES = .deps/alloca.P .deps/error.P .deps/global.P .deps/header.P \ .deps/lexxer.P .deps/migcom.P .deps/parser.P .deps/routine.P \ @@ -291,6 +293,7 @@ distdir: $(DISTFILES) distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile + $(mkinstalldirs) $(distdir)/debian @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.4 +dnl aclocal.m4 generated automatically by aclocal 1.4-p2 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation @@ -1378,7 +1378,7 @@ EOF fi -for ac_prog in gawk mawk nawk awk +for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 |