source: rtems/tools/update/configure.in @ e1d8abb

4.104.114.84.95
Last change on this file since e1d8abb was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

  • Property mode set to 100644
File size: 298 bytes
Line 
1#
2# $Id$
3#
4
5AC_PREREQ(2.13)
6AC_INIT(rtems-polish.sh)
7AC_CONFIG_AUX_DIR(../..)
8RTEMS_TOP(../..)
9
10AC_CANONICAL_HOST
11
12AM_INIT_AUTOMAKE(rtems-tools-update,$RTEMS_VERSION,no)
13AM_MAINTAINER_MODE
14
15RTEMS_PATH_KSH
16RTEMS_PATH_PERL
17
18AM_CONDITIONAL(PERL,test -n "$PERL")
19
20RTEMS_TOOLPATHS
21AC_OUTPUT(
22Makefile
23)
Note: See TracBrowser for help on using the repository browser.