/[tramp]/tramp/aclocal.m4
ViewVC logotype

Diff of /tramp/aclocal.m4

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

revision 2.6 by albinus, Wed Oct 1 11:58:56 2003 UTC revision 2.7 by albinus, Sun Nov 2 21:44:49 2003 UTC
# Line 79  AC_DEFUN(AC_EMACS_INFO, [ Line 79  AC_DEFUN(AC_EMACS_INFO, [
79  ])  ])
80    
81  dnl  dnl
82  dnl Checks whether the installation chapter should be part of the manual.  dnl Checks whether Tramp is prepared for (X)Emacs package.  This case,
83  dnl Default is `yes'.  Should be disabled in case manual is prepared for  dnl the installation chapter is not part of the manual.  Necessary for
84  dnl (X)Emacs package.  dnl maintainers only.
85  dnl  dnl
86  AC_DEFUN(AC_EMACS_INSTALL, [  AC_DEFUN(AC_EMACS_INSTALL, [
87    
# Line 100  AC_DEFUN(AC_EMACS_INSTALL, [ Line 100  AC_DEFUN(AC_EMACS_INSTALL, [
100  ])  ])
101    
102  dnl  dnl
103    dnl Enables japanese manual.  Per default, it is disabled.
104    dnl
105    AC_DEFUN(AC_JA_MANUAL, [
106    
107      JA_MANUAL=no
108    
109      dnl Check parameter
110      AC_MSG_CHECKING([for japanese manual])
111      AC_ARG_WITH(
112        japanese-manual,
113        [  --with-japanese-manual  Japanese manual],
114        [ if test "${withval}" = "yes"; then JA_MANUAL=yes; fi ])
115    
116      AC_MSG_RESULT($JA_MANUAL)
117      AC_SUBST(JA_MANUAL)
118    ])
119    
120    dnl
121  dnl Return install target for Lisp files  dnl Return install target for Lisp files
122  dnl  dnl
123  AC_DEFUN(AC_PATH_LISPDIR, [  AC_DEFUN(AC_PATH_LISPDIR, [

Legend:
Removed from v.2.6  
changed lines
  Added in v.2.7

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