OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tcl/] [configure.in] - Diff between revs 578 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 578 Rev 1765
dnl This file is used as input to autoconf to generate configure.
dnl This file is used as input to autoconf to generate configure.
dnl The only reason we need this is that the Tcl directory structure
dnl The only reason we need this is that the Tcl directory structure
dnl changed in 7.5, and this change lets us avoid changing the
dnl changed in 7.5, and this change lets us avoid changing the
dnl configuration superstructure.
dnl configuration superstructure.
dnl Tom Tromey 
dnl Tom Tromey 
AC_PREREQ(2.5)
AC_PREREQ(2.5)
AC_INIT(generic/tcl.h)
AC_INIT(generic/tcl.h)
AC_CANONICAL_HOST
AC_CANONICAL_HOST
case "${host}" in
case "${host}" in
*-*-cygwin*)
*-*-cygwin*)
        CONFIGDIR="win"
        CONFIGDIR="win"
        AC_SUBST(CONFIGDIR)
        AC_SUBST(CONFIGDIR)
        CONFIGDIR2="cygwin"
        CONFIGDIR2="cygwin"
        AC_SUBST(CONFIGDIR2)
        AC_SUBST(CONFIGDIR2)
        ;;
        ;;
*-*-mingw32*)
*-*-mingw32*)
        CONFIGDIR="win"
        CONFIGDIR="win"
        AC_SUBST(CONFIGDIR)
        AC_SUBST(CONFIGDIR)
        ;;
        ;;
*)
*)
        CONFIGDIR="unix"
        CONFIGDIR="unix"
        AC_SUBST(CONFIGDIR)
        AC_SUBST(CONFIGDIR)
        AC_CONFIG_AUX_DIR($CONFIGDIR)
        AC_CONFIG_AUX_DIR($CONFIGDIR)
        ;;
        ;;
esac
esac
AC_PROG_MAKE_SET
AC_PROG_MAKE_SET
AC_CONFIG_SUBDIRS($CONFIGDIR $CONFIGDIR2)
AC_CONFIG_SUBDIRS($CONFIGDIR $CONFIGDIR2)
AC_OUTPUT(Makefile)
AC_OUTPUT(Makefile)
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.