OSDN Git Service

* libc/sys/sysnecv850/crt0.S (___dso_handle): Define (weak).
[pf3gnuchains/sourceware.git] / libgloss / doc / configure.in
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