source: rtems/tools/update/configure.ac @ ebab901

Last change on this file since ebab901 was d10340a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 11:13:53

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

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 399 bytes
RevLine 
[d7aecdc]1#
2# $Id$
3#
4
[9b5c258]5AC_PREREQ(2.57)
[7273b6e]6AC_INIT([rtems-tools-update],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
[d7aecdc]7AC_CONFIG_SRCDIR([rtems-polish.sh])
8RTEMS_TOP(../..)
9
10AC_CANONICAL_HOST
11
[ccd81b60]12AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
[d7aecdc]13AM_MAINTAINER_MODE
14
15RTEMS_PATH_KSH
16RTEMS_PATH_PERL
17
18AM_CONDITIONAL(PERL,test -n "$PERL")
19
20RTEMS_TOOLPATHS
21# Explicitly list all Makefiles here
22AC_CONFIG_FILES([Makefile
23])
24AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.