/[emacs]/emacs/configure.in
ViewVC logotype

Diff of /emacs/configure.in

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

revision 1.346 by fx, Tue Jul 22 17:29:56 2003 UTC revision 1.347 by schwab, Wed Jul 23 11:16:16 2003 UTC
# Line 125  AC_ARG_ENABLE(carbon-app, Line 125  AC_ARG_ENABLE(carbon-app,
125                            specify install directory for Emacs.app on Mac OS X]],                            specify install directory for Emacs.app on Mac OS X]],
126  [ carbon_appdir_x=${enableval}])  [ carbon_appdir_x=${enableval}])
127    
128    AC_ARG_ENABLE(maintainer-mode,
129    [  --enable-maintainer-mode enable make rules and dependencies not useful
130                              (and sometimes confusing) to the casual installer],
131          USE_MAINTAINER_MODE=$enableval,
132          USE_MAINTAINER_MODE=no)
133    if test $USE_MAINTAINER_MODE = yes; then
134      MAINT=
135    else
136      MAINT=#
137    fi
138    AC_SUBST(MAINT)
139    
140  #### Make srcdir absolute, if it isn't already.  It's important to  #### Make srcdir absolute, if it isn't already.  It's important to
141  #### avoid running the path through pwd unnecessarily, since pwd can  #### avoid running the path through pwd unnecessarily, since pwd can
142  #### give you automounter prefixes, which can go away.  We do all this  #### give you automounter prefixes, which can go away.  We do all this

Legend:
Removed from v.1.346  
changed lines
  Added in v.1.347

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