source: rtems/tools/update/configure.ac @ 2ff68ec2

Last change on this file since 2ff68ec2 was 2ff68ec2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/12/03 at 08:21:32

2003-03-12 Ralf Corsepius <corsepiu@…>

  • 310_to_320_list: Delete (Obsolete).
  • acpolish: Delete (Obsolete).
  • ampolish: Delete (Obsolete).
  • cipolish: Delete (Obsolete).
  • rtems-polish.sh: Delete (Obsolete).
  • update.in: Delete (Unused).
  • word-replace.in: Delete (Unused).
  • README: Delete (Obsolete).
  • Makefile.am: Reflect changes above.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 309 bytes
Line 
1#
2# $Id$
3#
4
5AC_PREREQ(2.57)
6AC_INIT([rtems-tools-update],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7AC_CONFIG_SRCDIR([configure.ac])
8RTEMS_TOP(../..)
9
10AC_CANONICAL_HOST
11
12AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
13AM_MAINTAINER_MODE
14
15# Explicitly list all Makefiles here
16AC_CONFIG_FILES([Makefile])
17AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.