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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [etc/] [configure.in] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 24 jeremybenn
dnl Process this file with autoconf to produce a configure script.
2
AC_PREREQ(2.5)
3
AC_INIT(Makefile.in)
4
 
5
AC_PROG_INSTALL
6
 
7 225 jeremybenn
# Command-line options.
8
# Very limited version of AC_MAINTAINER_MODE.
9
AC_ARG_ENABLE([maintainer-mode],
10
  [AC_HELP_STRING([--enable-maintainer-mode],
11
                 [enable make rules and dependencies not useful (and
12
                  sometimes confusing) to the casual installer])],
13
  [case ${enable_maintainer_mode} in
14
     yes) MAINT='' ;;
15
     no) MAINT='#' ;;
16
     *) AC_MSG_ERROR([--enable-maintainer-mode must be yes or no]) ;;
17
   esac
18
   maintainer_mode=${enableval}],
19
  [MAINT='#'])
20
AC_SUBST([MAINT])dnl
21
 
22 24 jeremybenn
AC_SUBST(datarootdir)
23
AC_SUBST(docdir)
24
AC_SUBST(htmldir)
25 225 jeremybenn
AC_SUBST(pdfdir)
26 24 jeremybenn
 
27
AC_OUTPUT(Makefile)

powered by: WebSVN 2.1.0

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