libc/winsup/utils/configure.in

33 lines
771 B
Plaintext
Raw Normal View History

2000-02-17 20:38:33 +01:00
dnl Autoconf configure script for Cygwin utilities.
dnl Copyright 1996, 1997, 1998, 1999, 2000 Cygnus Solutions.
2000-02-17 20:38:33 +01:00
dnl
dnl This file is part of Cygwin.
dnl
2000-02-17 20:38:33 +01:00
dnl This software is a copyrighted work licensed under the terms of the
dnl Cygwin license. Please consult the file "CYGWIN_LICENSE" for
dnl details.
dnl Process this file with autoconf to produce a configure script.
2006-05-24 18:59:03 +02:00
AC_PREREQ(2.59)
2000-02-17 20:38:33 +01:00
AC_INIT(mount.cc)
2006-05-24 18:59:03 +02:00
AC_CONFIG_AUX_DIR(../..)
2000-02-17 20:38:33 +01:00
AC_NO_EXECUTABLES
2000-02-17 20:38:33 +01:00
AC_CANONICAL_SYSTEM
LIB_AC_PROG_CC
LIB_AC_PROG_CXX
2000-02-17 20:38:33 +01:00
AC_ARG_PROGRAM
2003-07-26 02:28:59 +02:00
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh -c`
2000-02-17 20:38:33 +01:00
AC_PROG_INSTALL
AC_CHECK_PROGS(MINGW_CXX, ${target_cpu}-w64-mingw32-g++)
test -z "$MINGW_CXX" && AC_MSG_ERROR([no acceptable mingw g++ found in \$PATH])
2006-05-24 18:59:03 +02:00
AC_EXEEXT
2000-02-17 20:38:33 +01:00
AC_OUTPUT(Makefile)