undo "use a subdirectory `config' for autoconfigure ..." from today

This commit is contained in:
rlar 2010-09-17 19:18:26 +00:00
parent 24f55df1ae
commit eb3b02a6d7
5 changed files with 22 additions and 14 deletions

View File

@ -1,5 +1,12 @@
config.guess
config.sub
ltconfig
ltmain.sh
aclocal.m4
install-sh
config.h.in
mkinstalldirs
missing
stamp-h*
Makefile.in
configure
@ -10,6 +17,8 @@ libtool
config.status
Makefile
*.cache
depcomp
ylwrap
*.tar.gz
make.log
distrib

View File

@ -1,3 +1,11 @@
2010-09-17 Robert Larice
* .cvsignore ,
* Makefile.am ,
* configure.ac ,
* config/.cvsignore :
undo "use a subdirectory `config' for autoconfigure ..." from today
this has broken `configure' for xgraph
2010-09-17 Robert Larice
* src/frontend/Makefile.am :
fix parse-bison.y dependencies

View File

@ -10,11 +10,11 @@ EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
doc examples visualc @NOTXGRAPH@ \
xgraph/aclocal.m4
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config/config.guess \
config.h.in config/config.sub configure config/install-sh \
config/missing mkinstalldirs stamp-h.in ltconfig \
config/ltmain.sh autom4te.cache \
config/depcomp config/ylwrap
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \
missing mkinstalldirs stamp-h.in ltconfig \
ltmain.sh autom4te.cache \
depcomp ylwrap
ACLOCAL_AMFLAGS = -I m4

View File

@ -1,7 +0,0 @@
config.guess
config.sub
depcomp
install-sh
ltmain.sh
missing
ylwrap

View File

@ -22,8 +22,6 @@ dnl Older versions may not work with this script and this will report the
dnl problem to the user. (2.52 is a guess and might need some adjustment)
AC_PREREQ(2.59)
AC_CONFIG_AUX_DIR(config)
dnl Revison stamp the generated ./configure script
AC_REVISION($Revision$)