This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
pic32-newlib/newlib/libgloss/doc/configure.in
2009-02-02 03:03:19 +00:00

16 lines
365 B
Text

dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(porting.texi)
if test "$srcdir" = "." ; then
mdir=`echo "${with_multisubdir}/" \
| sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'`
AC_CONFIG_AUX_DIR(${mdir}../../..)
else
AC_CONFIG_AUX_DIR(${srcdir}/../..)
fi
AC_PROG_INSTALL
AC_CONFIG_FILES(Makefile)
AC_OUTPUT