/[tramp]/tramp/configure.ac
ViewVC logotype

Diff of /tramp/configure.ac

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

revision 2.10 by albinus, Sat Jul 26 19:46:54 2003 UTC revision 2.11 by albinus, Sun Nov 2 21:44:49 2003 UTC
# Line 85  else Line 85  else
85     test -e test.log && rm -f test.log     test -e test.log && rm -f test.log
86  fi  fi
87    
88    # Define trampinst.texi file, depending on --with-packaging option
89    # Necessary for maintainers only
90    AC_EMACS_INSTALL
91    
92    # Check japanese manual
93    AC_JA_MANUAL
94    
95  # Check target installation directories  # Check target installation directories
96  AC_SUBST(prefix)  AC_SUBST(prefix)
97  AC_SUBST(prefix_default, $ac_default_prefix)  AC_SUBST(prefix_default, $ac_default_prefix)
# Line 99  if test ! -d info; then Line 106  if test ! -d info; then
106     AS_MKDIR_P([info])     AS_MKDIR_P([info])
107  fi  fi
108    
 # Define trampinst.texi file, depending on --with-packaging option  
 AC_EMACS_INSTALL  
   
109  # Define files to be cleaned up.  Applicable in all directories  # Define files to be cleaned up.  Applicable in all directories
110  TRAMP_CLEAN_FILES=".\\\\\#* \\\\\#* *~"  TRAMP_CLEAN_FILES=".\\\\\#* \\\\\#* *~"
111  TRAMP_CLEAN_FILES="$TRAMP_CLEAN_FILES *.aux *.cp *.cps *.dvi *.elc *.fn"  TRAMP_CLEAN_FILES="$TRAMP_CLEAN_FILES *.aux *.cp *.cps *.dvi *.elc *.fn"

Legend:
Removed from v.2.10  
changed lines
  Added in v.2.11

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