trampver.texi 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. @c -*-texinfo-*-
  2. @c texi/trampver.texi. Generated from trampver.texi.in by configure.
  3. @c This is part of the Emacs manual.
  4. @c Copyright (C) 2003-2016 Free Software Foundation, Inc.
  5. @c See file doclicense.texi for copying conditions.
  6. @c In the Tramp GIT, the version number is auto-frobbed from
  7. @c configure.ac, so you should edit that file and run
  8. @c "autoconf && ./configure" to change the version number.
  9. @set trampver 2.3.0-pre
  10. @c Other flags from configuration
  11. @set instprefix /usr/local
  12. @set lispdir /usr/local/share/emacs/site-lisp
  13. @set infodir /usr/local/share/info
  14. @c Formatting of the tramp program name consistent.
  15. @set tramp @sc{Tramp}
  16. @c Some flags which define the remote file name syntax.
  17. @ifclear unified
  18. @ifclear separate
  19. @set unified
  20. @end ifclear
  21. @end ifclear
  22. @ifset unified
  23. @set prefix /
  24. @set prefixhop
  25. @set postfix :
  26. @set postfixhop :
  27. @set ipv6prefix [
  28. @set ipv6postfix ]
  29. @end ifset
  30. @ifset separate
  31. @set prefix /[
  32. @set prefixhop [
  33. @set postfix ]
  34. @set postfixhop /
  35. @set ipv6prefix
  36. @set ipv6postfix
  37. @end ifset