Browse Source

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

pre-master-46
rlar 16 years ago
parent
commit
eb3b02a6d7
  1. 9
      .cvsignore
  2. 8
      ChangeLog
  3. 10
      Makefile.am
  4. 7
      config/.cvsignore
  5. 2
      configure.ac

9
.cvsignore

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

8
ChangeLog

@ -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 2010-09-17 Robert Larice
* src/frontend/Makefile.am : * src/frontend/Makefile.am :
fix parse-bison.y dependencies fix parse-bison.y dependencies

10
Makefile.am

@ -10,11 +10,11 @@ EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
doc examples visualc @NOTXGRAPH@ \ doc examples visualc @NOTXGRAPH@ \
xgraph/aclocal.m4 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 ACLOCAL_AMFLAGS = -I m4

7
config/.cvsignore

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

2
configure.ac

@ -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) dnl problem to the user. (2.52 is a guess and might need some adjustment)
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_CONFIG_AUX_DIR(config)
dnl Revison stamp the generated ./configure script dnl Revison stamp the generated ./configure script
AC_REVISION($Revision$) AC_REVISION($Revision$)

Loading…
Cancel
Save