/[man-db]/man-db/configure.in
ViewVC logotype

Diff of /man-db/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.47 by cjwatson, Mon Apr 7 07:09:45 2003 UTC revision 1.48 by cjwatson, Tue Apr 22 18:50:01 2003 UTC
# Line 262  dnl Work out which manual page hierarchy Line 262  dnl Work out which manual page hierarchy
262  dnl  dnl
263  AC_ARG_ENABLE(mandirs,  AC_ARG_ENABLE(mandirs,
264  [  --enable-mandirs=OS    select manual page hierarchy organization  [  --enable-mandirs=OS    select manual page hierarchy organization
265                            (GNU, HPUX, Solaris, IRIX)],                            (GNU, HPUX, IRIX, Solaris, BSD)],
266          [AC_MSG_NOTICE([Using hierarchy organization(s) $enableval])          [AC_MSG_NOTICE([Using hierarchy organization(s) $enableval])
267           AC_DEFINE_UNQUOTED(MANDIR_LAYOUT, "$enableval",           AC_DEFINE_UNQUOTED(MANDIR_LAYOUT, "$enableval",
268                              [Define to the manual page hierarchy organization(s) in use.])],                              [Define to the manual page hierarchy organization(s) in use.])],
# Line 271  AC_ARG_ENABLE(mandirs, Line 271  AC_ARG_ENABLE(mandirs,
271                  *-hpux*)        mandirs=HPUX;;                  *-hpux*)        mandirs=HPUX;;
272                  *-irix*)        mandirs=IRIX;;                  *-irix*)        mandirs=IRIX;;
273                  *-solaris*)     mandirs=Solaris;;                  *-solaris*)     mandirs=Solaris;;
274                    *-bsd*)         mandirs=BSD;;
275                  *)              mandirs=;;                  *)              mandirs=;;
276           esac           esac
277           if test -n "$mandirs"; then           if test -n "$mandirs"; then

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26