From 03261851a10dd2d6900a0a00a7515a0a46fb5d76 Mon Sep 17 00:00:00 2001 From: Ranjith Kumaran Date: Fri, 17 Mar 2000 22:48:54 +0000 Subject: 20000317 sourceware import --- libgloss/doc/configure.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libgloss/doc/configure.in (limited to 'libgloss/doc/configure.in') diff --git a/libgloss/doc/configure.in b/libgloss/doc/configure.in new file mode 100644 index 000000000..570b33794 --- /dev/null +++ b/libgloss/doc/configure.in @@ -0,0 +1,15 @@ +dnl Process this file with autoconf to produce a configure script. +AC_PREREQ(2.5)dnl +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_OUTPUT(Makefile) -- cgit v1.2.3