Fixed minor dist bug
authorTom Tromey <tromey@redhat.com>
Sun, 10 Jan 1999 21:19:25 +0000 (21:19 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 10 Jan 1999 21:19:25 +0000 (21:19 +0000)
ChangeLog
Makefile.am
Makefile.in
lib/am/Makefile.am

index 2c81a94..01ed713 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * Released version 1.4.
 
+       * Makefile.am (pkgdata_DATA): Removed duplicate definition.
+
 1999-01-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * missing (autoheader): accept multiple header files
index 509c6cb..d6a197f 100644 (file)
@@ -18,13 +18,12 @@ 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
 
-pkgdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 $(amfiles)
-
+pkgdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 $(amfiles) \
 ## These must all be executable when installed.  However, if we use
 ## _SCRIPTS, then the program transform will be applied, which is not
 ## what we want.  So we make them executable by hand.
-pkgdata_DATA = config.guess config.sub install-sh mdate-sh missing \
-mkinstalldirs elisp-comp ylwrap acinstall
+config.guess config.sub install-sh mdate-sh missing mkinstalldirs \
+elisp-comp ylwrap acinstall
 
 install-data-hook:
        @for prog in $(pkgdata_DATA); do \
index aa874ee..f28996d 100644 (file)
@@ -74,7 +74,7 @@ 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
 
 
-pkgdata_DATA = config.guess config.sub install-sh mdate-sh missing mkinstalldirs elisp-comp ylwrap acinstall
+pkgdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 $(amfiles) config.guess config.sub install-sh mdate-sh missing mkinstalldirs elisp-comp ylwrap acinstall
 
 
 EXTRA_DIST = acinstall $(pkgdata_DATA)
index 509c6cb..d6a197f 100644 (file)
@@ -18,13 +18,12 @@ 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
 
-pkgdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 $(amfiles)
-
+pkgdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 $(amfiles) \
 ## These must all be executable when installed.  However, if we use
 ## _SCRIPTS, then the program transform will be applied, which is not
 ## what we want.  So we make them executable by hand.
-pkgdata_DATA = config.guess config.sub install-sh mdate-sh missing \
-mkinstalldirs elisp-comp ylwrap acinstall
+config.guess config.sub install-sh mdate-sh missing mkinstalldirs \
+elisp-comp ylwrap acinstall
 
 install-data-hook:
        @for prog in $(pkgdata_DATA); do \