Fix make dist infinite loop reported by Juan Manuel Guerrero at

<http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00009.html>.
* .cvsignore: Add .version.
* .version.in: New.
* bootstrap.conf (gnulib_modules): Add git-version-gen.
* configure.ac (AC_CONFIG_FILES): Add .version.
* build-aux/.cvsignore: Add git-version-gen.
This commit is contained in:
Joel E. Denny
2008-04-21 00:35:54 +00:00
parent 8e55b3aac2
commit 74c52fc840
6 changed files with 16 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
*.flc *.flc
*.patch *.log log patches applied *.patch *.log log patches applied
*.prj *.prj
.version
ABOUT-NLS ABOUT-NLS
COPYING COPYING
INSTALL INSTALL

1
.version.in Normal file
View File

@@ -0,0 +1 @@
@VERSION@

View File

@@ -1,3 +1,13 @@
2008-04-20 Joel E. Denny <jdenny@ces.clemson.edu>
Fix make dist infinite loop reported by Juan Manuel Guerrero at
<http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00009.html>.
* .cvsignore: Add .version.
* .version.in: New.
* bootstrap.conf (gnulib_modules): Add git-version-gen.
* configure.ac (AC_CONFIG_FILES): Add .version.
* build-aux/.cvsignore: Add git-version-gen.
2008-03-08 Joel E. Denny <jdenny@ces.clemson.edu> 2008-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
* NEWS (2.3a+): Mention that -g now takes an argument. * NEWS (2.3a+): Mention that -g now takes an argument.

View File

@@ -18,7 +18,7 @@
# gnulib modules used by this package. # gnulib modules used by this package.
gnulib_modules=' gnulib_modules='
argmatch config-h c-strcase configmake argmatch config-h c-strcase configmake
dirname error extensions fopen-safer dirname error extensions fopen-safer git-version-gen
getopt gettext hash inttypes javacomp-script javaexec-script malloc getopt gettext hash inttypes javacomp-script javaexec-script malloc
mbswidth obstack quote quotearg stdbool stpcpy strerror strtoul mbswidth obstack quote quotearg stdbool stpcpy strerror strtoul
strverscmp unistd unistd-safer unlocked-io verify xalloc xalloc-die strverscmp unistd unistd-safer unlocked-io verify xalloc xalloc-die

View File

@@ -5,6 +5,7 @@ config.guess
config.rpath config.rpath
config.sub config.sub
depcomp depcomp
git-version-gen
install-sh install-sh
javacomp.sh.in javacomp.sh.in
javaexec.sh.in javaexec.sh.in

View File

@@ -142,7 +142,8 @@ AC_SUBST([O0CXXFLAGS], [`echo $CXXFLAGS | sed 's/-O[[0-9]] *//'`])
gt_JAVACOMP([1.3]) gt_JAVACOMP([1.3])
gt_JAVAEXEC gt_JAVAEXEC
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([.version
Makefile
build-aux/Makefile build-aux/Makefile
po/Makefile.in po/Makefile.in
data/Makefile data/Makefile