4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-16 03:19:54 +08:00
newlib-cygwin/libgloss/doc/configure.in

17 lines
365 B
Plaintext
Raw Normal View History

2000-03-17 22:48:54 +00:00
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
2000-03-17 22:48:54 +00:00
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