source: trunk/libs/newlib/src/libgloss/doc/configure.in @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 365 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.59)
3AC_INIT(porting.texi)
4
5if test "$srcdir" = "." ; then
6  mdir=`echo "${with_multisubdir}/" \
7    | sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'`
8  AC_CONFIG_AUX_DIR(${mdir}../../..)
9else
10  AC_CONFIG_AUX_DIR(${srcdir}/../..)
11fi
12
13AC_PROG_INSTALL
14
15AC_CONFIG_FILES(Makefile)
16AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.