2000-02-18 03:38:33 +08:00
|
|
|
dnl Autoconf configure script for Cygwin utilities.
|
2000-10-28 13:00:00 +08:00
|
|
|
dnl Copyright 1996, 1997, 1998, 1999, 2000 Cygnus Solutions.
|
2000-02-18 03:38:33 +08:00
|
|
|
dnl
|
|
|
|
dnl This file is part of Cygwin.
|
2000-10-28 13:00:00 +08:00
|
|
|
dnl
|
2000-02-18 03:38:33 +08: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-25 00:59:03 +08:00
|
|
|
AC_PREREQ(2.59)
|
2000-02-18 03:38:33 +08:00
|
|
|
AC_INIT(mount.cc)
|
2006-05-25 00:59:03 +08:00
|
|
|
AC_CONFIG_AUX_DIR(../..)
|
2000-02-18 03:38:33 +08:00
|
|
|
|
|
|
|
AC_CANONICAL_SYSTEM
|
2000-12-03 13:42:03 +08:00
|
|
|
|
|
|
|
LIB_AC_PROG_CC
|
|
|
|
LIB_AC_PROG_CXX
|
|
|
|
|
2000-02-18 03:38:33 +08:00
|
|
|
AC_ARG_PROGRAM
|
|
|
|
|
2002-07-07 08:54:38 +08:00
|
|
|
AC_CHECK_LIB(iconv, libiconv, libiconv=-liconv)
|
|
|
|
AC_SUBST(libiconv)
|
|
|
|
|
2003-07-26 08:28:59 +08:00
|
|
|
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh -c`
|
2003-07-26 07:52:30 +08:00
|
|
|
|
2000-02-18 03:38:33 +08:00
|
|
|
AC_PROG_INSTALL
|
|
|
|
|
2006-05-25 00:59:03 +08:00
|
|
|
AC_EXEEXT
|
2000-02-18 03:38:33 +08:00
|
|
|
AC_OUTPUT(Makefile)
|