URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [rtems/] [aclocal/] [enable-libcdir.m4] - Diff between revs 208 and 1765
Only display areas with differences |
Details |
Blame |
View Log
Rev 208 |
Rev 1765 |
dnl $Id: enable-libcdir.m4,v 1.2 2001-09-27 11:59:11 chris Exp $
|
dnl $Id: enable-libcdir.m4,v 1.2 2001-09-27 11:59:11 chris Exp $
|
|
|
AC_DEFUN(RTEMS_ENABLE_LIBCDIR,
|
AC_DEFUN(RTEMS_ENABLE_LIBCDIR,
|
[
|
[
|
AC_ARG_ENABLE(libcdir,
|
AC_ARG_ENABLE(libcdir,
|
[ --enable-libcdir=directory set the directory for the C library],
|
[ --enable-libcdir=directory set the directory for the C library],
|
[ RTEMS_LIBC_DIR="${enableval}" ; \
|
[ RTEMS_LIBC_DIR="${enableval}" ; \
|
test -d ${enableval} || AC_MSG_ERROR("$enableval is not a directory" ) ] )
|
test -d ${enableval} || AC_MSG_ERROR("$enableval is not a directory" ) ] )
|
AC_SUBST(RTEMS_LIBC_DIR)dnl
|
AC_SUBST(RTEMS_LIBC_DIR)dnl
|
])
|
])
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.