mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Finish the transition config -> build-aux.
* configure.ac, Makefile.am: Use build-aux. * config/prev-version, config/announce-gen, config/Makefile.am: Move to... * build-aux/prev-version, build-aux/announce-gen, * build-aux/Makefile.am: here.
This commit is contained in:
@@ -13,7 +13,6 @@ aclocal.m4
|
|||||||
autom4te.cache
|
autom4te.cache
|
||||||
b.out
|
b.out
|
||||||
bison-*
|
bison-*
|
||||||
build-aux
|
|
||||||
conf[0-9]*
|
conf[0-9]*
|
||||||
confdefs*
|
confdefs*
|
||||||
config.cache
|
config.cache
|
||||||
|
|||||||
@@ -1,3 +1,12 @@
|
|||||||
|
2005-10-21 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
Finish the transition config -> build-aux.
|
||||||
|
* configure.ac, Makefile.am: Use build-aux.
|
||||||
|
* config/prev-version, config/announce-gen, config/Makefile.am:
|
||||||
|
Move to...
|
||||||
|
* build-aux/prev-version, build-aux/announce-gen,
|
||||||
|
* build-aux/Makefile.am: here.
|
||||||
|
|
||||||
2005-10-14 Akim Demaille <akim@epita.fr>
|
2005-10-14 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* examples/calc++/test: Use set -x only when VERBOSE.
|
* examples/calc++/test: Use set -x only when VERBOSE.
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
SUBDIRS = config po runtime-po lib data src doc examples tests
|
SUBDIRS = build-aux po runtime-po lib data src doc examples tests
|
||||||
|
|
||||||
# Files installed for use by Automake.
|
# Files installed for use by Automake.
|
||||||
aclocaldir = @aclocaldir@
|
aclocaldir = @aclocaldir@
|
||||||
|
|||||||
13
build-aux/.cvsignore
Normal file
13
build-aux/.cvsignore
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
*.t
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
config.guess
|
||||||
|
config.rpath
|
||||||
|
config.sub
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
mdate-sh
|
||||||
|
missing
|
||||||
|
mkinstalldirs
|
||||||
|
texinfo.tex
|
||||||
|
ylwrap
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
*.t
|
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
@@ -133,7 +133,7 @@ O0CXXFLAGS=`echo $CXXFLAGS | sed 's/-O[[0-9]] *//'`
|
|||||||
AC_SUBST([O0CXXFLAGS])
|
AC_SUBST([O0CXXFLAGS])
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
config/Makefile
|
build-aux/Makefile
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
data/Makefile
|
data/Makefile
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user