source: rtems/tools/cpu/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: 417 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl  $Id$
4
5AC_INIT(generic)
6AC_CONFIG_AUX_DIR(../..)
7
8RTEMS_TOP(../..)
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE(rtems-tools-cpu,$RTEMS_VERSION,no)
12AM_MAINTAINER_MODE
13
14RTEMS_PATH_KSH
15
16RTEMS_TOOLPATHS
17AC_SUBST(program_prefix)
18
19AC_CONFIG_SUBDIRS(generic)
20if test -d $srcdir/$RTEMS_CPU; then
21AC_CONFIG_SUBDIRS($RTEMS_CPU)
22fi
23
24AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.