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