summaryrefslogblamecommitdiffstats
path: root/c/src/exec/score/tools/unix/configure.in
blob: 302364be1480bb43a084a139131bac44623fe723 (plain) (tree)
1
2
3
4



                                                                  












                                                               
dnl Process this file with autoconf to produce a configure script.
dnl
dnl  $Id$    

AC_INIT(gensize.c)
AC_CONFIG_AUX_DIR(../../../../../..)

RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU

AM_INIT_AUTOMAKE(rtems-exec-score-tools-unix,$RTEMS_VERSION,no)

AC_PROG_CC

RTEMS_TOOLPATHS

AC_OUTPUT(Makefile)