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