fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / libgloss / doc / configure.in
blob570b33794e25f382936c2847c0c53c1e46735bf6
1 dnl Process this file with autoconf to produce a configure script.
2 AC_PREREQ(2.5)dnl
3 AC_INIT(porting.texi)
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}/../..)
13 AC_PROG_INSTALL
15 AC_OUTPUT(Makefile)