source: rtems/tools/cpu/sh/configure.in @ 5a6cfac

4.104.114.84.95
Last change on this file since 5a6cfac was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 462 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl  $Id$
4
5AC_INIT(shgen.c)
6RTEMS_TOP(../../..)
7AC_CONFIG_AUX_DIR(../../..)
8
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE(rtems-tools-cpu-sh,0.4)
12AM_MAINTAINER_MODE
13AC_EXEEXT
14
15AC_PROG_CC
16AC_CHECK_LIB(m,fabs)
17AC_CHECK_FUNCS(getopt_long)
18AC_CHECK_PROGS(HELP2MAN,help2man)
19AM_CONDITIONAL(HELP2MAN,test -n "$HELP2MAN" )
20
21RTEMS_TOOLPATHS
22
23# Explicitly list all Makefiles here
24AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.