Commit Graph

8 Commits

Author SHA1 Message Date
Ralf Corsépius
d65de8a121 Update from automake-1.13.2. 2013-05-27 14:47:20 +02:00
Ralf Corsépius
06e1086ae6 Import from automake-1.12.4. 2012-10-09 19:26:51 +02:00
Gedare Bloom
6c5d6c591f Remove generated files. 2012-08-06 13:08:47 -04:00
Ralf Corsépius
c0456d7f0d Update from automake-1.12.2. 2012-07-19 15:24:36 +02:00
Ralf Corsépius
6903c7cd9d 2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* .gitignore: Remove config.guess, config.sub, missing, install-sh.
	* config.guess, config.sub, missing, install-sh: New.
2012-02-22 12:20:57 +01:00
Joel Sherrill
ceb9f8f0e4 2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootstrap: remove/add automake added files.
	* .cvsignore: reflect changes to bootstrap.
2001-09-21 15:01:28 +00:00
Joel Sherrill
986e111357 2001-09-13 Joel Sherrill <joel@OARcorp.com>
* missing: Updated to latest version.
2001-09-13 13:15:41 +00:00
Joel Sherrill
e619c2895b Towards automake IX patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
This is the next step towards automake:

    * Two scripts for the toplevel directory:
      a) "autogen" (Idea borrowed from libtool and gnome) A helper script to
      recursively regenerate autoconf/automake/aclocal generated files
      (Still not perfect but sufficient).
      b) "missing" (from automake-cvs archive). This file normally is
      automatically generated by automake, but we have to manually add
      it until we add automake support to the toplevel configure script.

        "chmod 755 missing autogen" after applying the patch.

    * Changing the toplevel installation directory [ I can hear you
      falling off the chair ;-]
      Until now rtems installed itself to $(prefix)/rtems. This is in
      contradiction to automake and GNU/FSF/Cygnus conventions.
      With this patch applied, rtems installs into $(prefix).
      To achieve the old behaviour simply configure with
      --prefix=<install-dir>/rtems instead of --prefix=<install-dir>

      This is a widely visible change and I can understand if you don't
      like it at the present point. It enables us to use automake's
      default installation paths instead of having to set up installation
      paths manually. At the moment this doesn't help much, but in the not
      so far future this would enable us to mix cpu-only dependent libraries
      into the host's cross-compiler library and header files into
      newlib's include directories, tools into the toolchain directories etc.

      I would  recommend to change the main installation directory, however it's
      up to you to draw the final design decision.
1999-03-19 22:01:26 +00:00