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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gdb-7.2/] [etc/] [configure.in] - Diff between revs 835 and 841

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

Rev 835 Rev 841
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.5)
AC_PREREQ(2.5)
AC_INIT(Makefile.in)
AC_INIT(Makefile.in)
AC_PROG_INSTALL
AC_PROG_INSTALL
# Command-line options.
# Command-line options.
# Very limited version of AC_MAINTAINER_MODE.
# Very limited version of AC_MAINTAINER_MODE.
AC_ARG_ENABLE([maintainer-mode],
AC_ARG_ENABLE([maintainer-mode],
  [AC_HELP_STRING([--enable-maintainer-mode],
  [AC_HELP_STRING([--enable-maintainer-mode],
                 [enable make rules and dependencies not useful (and
                 [enable make rules and dependencies not useful (and
                  sometimes confusing) to the casual installer])],
                  sometimes confusing) to the casual installer])],
  [case ${enable_maintainer_mode} in
  [case ${enable_maintainer_mode} in
     yes) MAINT='' ;;
     yes) MAINT='' ;;
     no) MAINT='#' ;;
     no) MAINT='#' ;;
     *) AC_MSG_ERROR([--enable-maintainer-mode must be yes or no]) ;;
     *) AC_MSG_ERROR([--enable-maintainer-mode must be yes or no]) ;;
   esac
   esac
   maintainer_mode=${enableval}],
   maintainer_mode=${enableval}],
  [MAINT='#'])
  [MAINT='#'])
AC_SUBST([MAINT])dnl
AC_SUBST([MAINT])dnl
AC_SUBST(datarootdir)
AC_SUBST(datarootdir)
AC_SUBST(docdir)
AC_SUBST(docdir)
AC_SUBST(htmldir)
AC_SUBST(htmldir)
AC_SUBST(pdfdir)
AC_SUBST(pdfdir)
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.