Skip to content
  • Raphal Poss's avatar
    Index: ChangeLog · 48353416
    Raphal Poss authored
    from   2003-01-22  Raphal Poss  <raph@lrde.epita.fr>
       * configure.ac: Propagate the location of the distribution to
       subdirectories. Merge configuration code from subdirectories.
       Leverage Autoconf/Automake version requirements to meet the
       availability of these tools on MacOSX and Cygwin.
    
    +2003-01-22  Raphal Poss  <raph@lrde.epita.fr>
    +
            * bootstrap.sh: Minor fix.
    
            * oln-version.m4, component.m4: Remove (merged with oln/oln.m4).
    Index: oln/ChangeLog
    from   2003-01-22  Raphal Poss  <raph@lrde.epita.fr>
       * tests/arith/runtests: Run generated script with $SHELL and from
       current directory, so that -I relative paths remain correct.
       Change verbosity system.
       * tests/types/runtests: Likewise.
    
       * tests/check/Makefile.check (LDADD): Fix path to libcheck.
    
       * tests/check/compile.hh,
       tests/check/compile.cc: Add.
    
       * tests/meta/gen_test.cc (write_postlude_and_test): Use
       compile_cmd() instead of manual string construction.
    
       * tests/check/srcdir.cc: Include `srcdir.hh'.
       * tests/check/srcdir.hh: Remove bogus inclusion of `config.h'.
       * tests/check/data.cc: Include `data.hh'.
    
       * tests/check/Makefile.am (AM_CPPFLAGS): Instruct libcheck where
       to find Olena bits. Compile `compile.cc' into libcheck.
    
       * tests/arith/runtests: Fix invocation of defs.in.
       * tests/sanity/includes.test: Likewise.
       * tests/types/runtests: Likewise.
    
       * tests/transforms/Makefile.am, tests/morpho/Makefile.am,
       tests/meta/Makefile.am, tests/convert/Makefile.am,
       tests/convol/Makefile.am, tests/io/Makefile.am: Fix path to
       Makefile.check.
    
       * tests/defs.in (CPPFLAGS): Fix path to Olena headers. Move to ...
       * tests/check/defs.in: ... here, so that defs.in is at the same
       directory depth as other test directories. Import $EXEEXT.
    
       * tests/check/Makefile.flags (INCLUDES): Add, since OLN_CPPFLAGS
       does not set the -I path to Olena any more.
    
       * configure.ac: Remove. All configuration code moved to upper
       directory.
       * Makefile.am: Remove ACLOCAL_AMFLAGS and CONFIGURE_DEPENDENCIES
       accordingly.
    
       * oln.m4 (OLN_PATH_LOCAL, OLN_PATH_LOCAL_IMGS): Cleanup detection
       of distribution files. Minor fix in OLN_COMPONENT.
    
    +2003-01-22  Raphal Poss  <raph@lrde.epita.fr>
    +
            * oln.m4: Quote macro names. Merge oln-version.m4 and
            component.m4.
            * Makefile.am (ACLOCAL_AMFLAGS, CONFIGURE_DEPENDENCIES): Simplify
    Index: doc/ChangeLog
    from   2003-01-22  Raphal Poss  <raph@lrde.epita.fr>
       * doc/Makefile.am (COMMONGETDEFSFLAGS): Fix path to autogen
       template.
    
       * demo/Makefile.am (INCLUDES): Add, since OLN_CPPFLAGS do not set
       -I for Olena headers any more. (AM_CPPFLAGS): Fix path to Olena
       sample images.
       * doc/Makefile.am (INCLUDES): Likewise.
       (MAINTAINERCLEANFILES): Minor fix.
       (EXTRA_DIST, dist-local): Fix distribution list.
    
       * Makefile.am: Remove ACLOCAL_AMFLAGS and CONFIGURE_DEPENDENCIES. Users that
    modify
       oln.m4 should run boostrap.sh explicitely.
    
       * configure.ac: Remove. All configuration moved to top-level
       configure.ac.
    
       * tpl/processing.tpl: use $CONVERT and $EPSTOPDF instead of bare
       command names.
    Index: tools/ChangeLog
    from   2003-01-22  Raphal Poss  <raph@lrde.epita.fr>
       * utilities/Makefile.am (INCLUDES): Add path to Olena, since -I
       flags are not added any more to OLN_CPPFLAGS.
       * utilities/morpho/Makefile.am: Likewise.
    
       * Makefile.am: Remove ACLOCAL_AMFLAGS and
       CONFIGURE_DEPENDENCIES. Users that modify oln.m4 should run
       bootstrap.sh explicitely.
    
       * configure.ac: Remove. All configuration moved to top-level
       `configure.ac'.
    
        prcs2git-id: 7.34
    48353416