forked from Imagelibrary/rtems
Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many Makefile.in's to Makefile.am's. This added a lot of files.
29 lines
364 B
Plaintext
29 lines
364 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
AC_PREREQ(2.13)
|
|
AC_INIT(install-if-change.in)
|
|
AC_CONFIG_AUX_DIR(../..)
|
|
RTEMS_TOP(../..)
|
|
|
|
AC_CANONICAL_HOST
|
|
|
|
AM_INIT_AUTOMAKE(rtems-tools-build,$RTEMS_VERSION,no)
|
|
AM_MAINTAINER_MODE
|
|
AC_EXEEXT
|
|
|
|
AC_PROG_CC
|
|
AC_CHECK_FUNCS(strerror strtol)
|
|
|
|
RTEMS_PATH_KSH
|
|
|
|
AM_CONFIG_HEADER(config.h)
|
|
|
|
AC_OUTPUT(
|
|
Makefile
|
|
install-if-change
|
|
lock-directory
|
|
unlock-directory
|
|
)
|