auctex-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-commit] auctex/preview configure.ac [1.83]


From: David Kastrup
Subject: [AUCTeX-commit] auctex/preview configure.ac [1.83]
Date: Mon, 11 Apr 2005 19:02:09 -0400

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Branch:         1.83
Changes by:     David Kastrup <address@hidden>  05/04/11 23:02:08

Added files:
        preview        : configure.ac 

Log message:
        Renamed from configure.in.  Old ChangeLog:
        
        RCS file: /cvsroot/auctex/auctex/preview/configure.in,v
        Working file: configure.in
        head: 1.83
        branch:
        locks: strict
        access list:
        symbolic names:
        rel-0-9-1: 1.77
        rel-0-9: 1.70
        rel-0-8-1: 1.61
        rel-0-8: 1.60
        rel-0-7-8: 1.54
        rel-0-7-7: 1.46
        rel-0-7-6: 1.45
        rel-0-7-5: 1.39
        rel-0-7-4: 1.38
        rel-0-7-3: 1.36
        rel-0-7-2b: 1.34
        rel-0-7-2: 1.34
        rel-0-7-1: 1.30
        rel-0-7: 1.28
        rel-0-6-1: 1.17
        rel-0-6: 1.14
        rel-0-5-8-2: 1.11
        rel-0-5-8-1: 1.9
        rel-0-5-8: 1.9
        rel-0-5: 1.5
        keyword substitution: kv
        total revisions: 83;    selected revisions: 83
        description:
        ----------------------------
        revision 1.83
        date: 2005/04/11 20:05:10;  author: jalar;  state: Exp;  lines: +3 -3
        Minimal changes to printouts
        ----------------------------
        revision 1.82
        date: 2005/04/11 09:01:32;  author: dak;  state: Exp;  lines: +65 -17
        * prv-install.el (preview-make-package-xemacs): Don't generate
        manifest and take package name from command line.
        
        * configure.in: Don't expose `lispdir'.  Explain `TEXHASH',
        `PERL', `MAKEINFO', `INSTALL_INFO'.
        
        * latex/Makefile.in (texmfdir): Don't import.
        
        * Makefile.in (lispdir): Don't import.
        
        * preview.el (preview-counter-find): Fix bug with `(marker)'.
        
        * latex/Makefile.in (exec_prefix, libdir): Export.
        
        * doc/install.texi (Configure): Explain `--without-texmf-dir'.
        (Advice for package providers): Don't trash talk AUCTeX
        preactivation.
        (Advice for package providers): Mention `--without-texmf-dir'.
        
        * doc/Makefile.in (exec_prefix, libdir): export.
        
        * preview.el (preview-datadir): Use instead of `preview-icondir'.
        (preview-filter-specs): Use it.
        (preview-TeX-style-dir): New variable for uninstalled styles
        (preview-set-texinputs): Add or remove it from TEXINPUTS
        environment.
        (preview-TeX-style-dir): proper customization.
        (preview-install-styles): New function to install styles
        permanently.
        
        * configure.in: use `packagedatadir' instead of `icondir'.  Add
        check for `kpathseaseparator'.  Shell-quote and export
        `exec_prefix' and `libdir'.
        
        * auto.el.in (preview-datadir): replace preview-icondir, and add
        `lisppackagetexstyles' invocation.
        
        * aclocal.m4 (TEX_PATH_TEXMFDIR): Allow --without-texmf-dir, stop
        quoting a bunch of stuff, fix reference to load-file-name.
        
        * Makefile.in (exec_prefix, libdir, packagedatadir): export since
        the XEmacs tree might call them.
        (.PHONY, install): add install-nosearch target.
        (install-nosearch): Install .nosearch file.
        (install-icons): Use `$(packagedatadir)/images' instead of
        `$(icondir)'
        ----------------------------
        revision 1.81
        date: 2005/04/10 23:21:44;  author: dak;  state: Exp;  lines: +1 -1
        (Configure): Clarify.
        ----------------------------
        revision 1.80
        date: 2005/04/10 16:28:59;  author: angeli;  state: Exp;  lines: +1 -1
        GhostScript --> Ghostscript.
        ----------------------------
        revision 1.79
        date: 2005/04/08 02:42:55;  author: dak;  state: Exp;  lines: +32 -27
        * Makefile.in (previewstartfile): import.
        (install-startup): split lines with `$(MAKE)' and
        `$(INSTALL_DATA)' so that `make -n' will properly recurse.
        
        * aclocal.m4 (AC_LISPIFY_DIR): resolve relative paths below
        ${lispdir} hierarchy.  AC_SUBST both lisp variant of directory as
        well as original.
        
        * configure.in: Add `--with-preview-startfile', use new semantics
        of `AC_LISPIFY_DIR', drop `AC_MAKE_FILENAME_ABSOLUTE' stuff.
        
        * doc/install.texi (Configure): explain new semantics of
        `--with-lispdir' and new `--with-preview-startfile'.
        
        * doc/wininstall.texi: Document changes semantics for
        `--with-lispdir' and new `with-preview-startfile'.
        ----------------------------
        revision 1.78
        date: 2005/04/05 10:56:18;  author: angeli;  state: Exp;  lines: +8 -7
        Cosmetics for ./configure --help.
        ----------------------------
        revision 1.77
        date: 2005/04/03 00:54:51;  author: dak;  state: Exp;  lines: +6 -1
        * doc/readme.texi (What use is it?):
        
        * doc/problems.texi:
        
        * doc/install.texi (Top): Work around raisesection bug.
        
        * doc/Makefile.in (../INSTALL, ../INSTALL.windows, ../README)
        (../FAQ, ../TODO): Remove --no-validate option.
        (../PROBLEMS): remove --no-validate option, and number sections.
        
        * doc/faq.texi: Make validatable top entry.  Don't raise sections
        until after the first chapter.  This is insane, but otherwise
        everything will be unnumbered.
        
        * configure.in: Expand `packagelispdir' and `lispdir' before
        checking for conflicts.
        ----------------------------
        revision 1.76
        date: 2005/04/02 00:51:12;  author: dak;  state: Exp;  lines: +31 -0
        * doc/wininstall.texi: Mention that Perl is not needed if working
        with the default tarball.
        
        * doc/preview-latex.texi: Bump versions numbers, fix copyrights.
        
        * doc/readme.texi (Activating preview-latex): Don't talk about
        half a dozen non-sensical things.
        (Availability): Change information to match move into AUCTeX.
        
        * configure.in: Add check for load-path shadowing.
        
        * aclocal.m4 (TEX_PATH_TEXMFDIR): We want "${texprefix}/share" in
        most cases.
        ----------------------------
        revision 1.75
        date: 2005/04/01 02:37:58;  author: dak;  state: Exp;  lines: +1 -1
        * latex/Makefile.in (prefix, datadir, texmfdir, previewtexmfdir)
        (previewdocdir): Use (null) to mask Windows backslashes.
        
        * configure.in: Adjust version info.
        
        * aclocal.m4 (EMACS_PATH_PREFIX): just generate a single output.
        (EMACS_PROG_EMACS): Check for `emacsprefix'.
        (EMACS_EXAMINE_INSTALLATION_DIR): accept list of prefix variables
        as second argument.  Decompose and compare directory names
        starting from the back.
        (EMACS_PATH_PACKAGEDIR): search in several prefixes.
        (EMACS_PATH_LISPDIR): same.
        (TEX_PATH_TEXMFDIR): set `texprefix' from kpsepath.
        Use new `EMACS_EXAMINE_INSTALLATION_DIR' for getting TeX
        directories.
        ----------------------------
        revision 1.74
        date: 2005/03/31 15:37:07;  author: dak;  state: Exp;  lines: +0 -5
        * configure.in: Don't set prefix if it is not set.
        
        * aclocal.m4 (EMACS_PATH_PREFIX): new function.
        (AC_FULL_EXPAND): set `prefix' from `ac_default_prefix' before
        expansion if it is unset.
        ----------------------------
        revision 1.73
        date: 2005/03/29 12:04:20;  author: dak;  state: Exp;  lines: +3 -0
        (auctexdir): Use `AC_ARG_VAR' on `GS' and `TEXHASH'
        (should probably also be used on a few other environment
        variables).
        Use `AC_SHELL_QUOTIFY' on `GS'.
        ----------------------------
        revision 1.72
        date: 2005/03/23 14:44:01;  author: jalar;  state: Exp;  lines: +1 -0
        Add check for perl
        ----------------------------
        revision 1.71
        date: 2005/03/15 02:29:23;  author: dak;  state: Exp;  lines: +1 -0
        * doc/preview-latex.texi (Keys and lisp): Document
        preview-at-point allowing active region.
        
        * preview.el (preview-at-point): Remove nonsensical arguments.
        Instead, allow for an active region.
        
        * configure.in: Add `packagelispdir' to quoted Makefile variables.
        
        * latex/preview.dtx: Reformat the kaboodle to look nicer.
        Move \nofiles to auctex option.
        
        * latex/README-preview (Note): Mention \nofiles problem.
        
        * preview.el (preview-LaTeX-command): Add \nofiles to startup.
        ----------------------------
        revision 1.70
        date: 2005/03/03 14:03:29;  author: dakas;  state: Exp;  lines: +37 -27
        * doc/wininstall.texi: Simplify, rearrange, adapt to new
        installation scheme.  Add links to CVS precompiled versions.
        
        * doc/install.texi (Prerequisites): Revamp.
        (Configure): Add explanations.
        
        * preview-latex.spec: Change rpm name to include "fedora".  Adapt
        to new configure stuff.  Use pdf doc instead of DVI.
        
        * configure.in: icondir is absolute, reorder some stuff to
        maintain directory locality.
        
        * aclocal.m4: Change a lot of $x to ${x}.
        Simplify some stuff.
        
        * RELEASE: Add information for release.
        
        * configure.in: Correct prefix check.  Add Emacs version check.
        
        * aclocal.m4: Move several functions around, completely overhaul
        the stuff to just detect material in prefix-related directories.
        Remove docstrip config detection, add version checking of major
        and minor version.  Rely on prefix being set by configure.in.
        ----------------------------
        revision 1.69
        date: 2005/03/03 05:28:38;  author: dakas;  state: Exp;  lines: +9 -6
        * configure.in: Correct prefix check.  Add Emacs version check.
        
        * aclocal.m4: Move several functions around, completely overhaul
        the stuff to just detect material in prefix-related directories.
        Remove docstrip config detection, add version checking of major
        and minor version.  Rely on prefix being set by configure.in.
        ----------------------------
        revision 1.68
        date: 2005/03/02 12:06:01;  author: dakas;  state: Exp;  lines: +27 -6
        * Makefile.in (install-el): no means no for packagedir.
        
        * configure.in: Set prefix.
        
        * aclocal.m4: Use "no" for no packagedir in XEmacs.
        Don't save prefix and stuff.
        Expand stuff at some points.
        
        * configure.in: Adapt to new variables.
        Remove check for image-supporting Emacs: it is probably not
        reliable on consoles.
        Add packagelispdir and icondir options.
        (GS): Don't try GSWIN32.EXE.
        Create lispGS in auto.el
        
        * doc/Makefile.in (.PHONY): Add install here.
        
        * Makefile.in (install-el): Adapt targets to packagelispdir.
        (.PHONY): Add install target for case insensitive filesystems.
        
        * aclocal.m4: Rewrite EMACS_EXAMINE_PACKAGEDIR.
        EMACS_LISP now gets one argument less.
        EMACS_TEST_LISP_DIR makes just one pass.
        EMACS_PATH_LISPDIR expands less.
        AC_LISPIFY_DIR is a new function.
        AC_MAKE_FILENAME_ABSOLUTE
        AC_LISP_RELATIVE new functions.
        ----------------------------
        revision 1.67
        date: 2005/03/02 07:56:53;  author: dakas;  state: Exp;  lines: +24 -16
        * doc/wininstall.texi: Use executable name directly to save
        confusion.
        
        * prv-xemacs.el (preview-filter-specs): Rework specs.
        
        * prv-emacs.el (preview-filter-specs): Translate :type fields.
        
        * preview.el (preview-min-spec): Move.
        (preview-filter-specs): Move from prv-emacs.el and prv-xemacs.el.
        (preview-filter-specs-1): simplify.
        (preview-icondir): Create icondir preset variable.
        (preview-filter-specs): expand file specs against it here instead
        of prv-emacs.el and prv-xemacs.el.
        
        * configure.in: Adapt to new variables.
        Remove check for image-supporting Emacs: it is probably not
        reliable on consoles.
        Add packagelispdir and icondir options.
        (GS): Don't try GSWIN32.EXE.
        Create lispGS in auto.el
        
        * autogen.sh: Use --output option for makeinfo to get
        tableofcontents in FAQ.
        
        * doc/Makefile.in (.PHONY): Add install here.
        
        * Makefile.in (install-el): Adapt targets to packagelispdir.
        (.PHONY): Add install target for case insensitive filesystems.
        
        * aclocal.m4: Rewrite EMACS_EXAMINE_PACKAGEDIR.
        EMACS_LISP now gets one argument less.
        EMACS_TEST_LISP_DIR makes just one pass.
        EMACS_PATH_LISPDIR expands less.
        AC_LISPIFY_DIR is a new function.
        AC_MAKE_FILENAME_ABSOLUTE
        AC_LISP_RELATIVE new functions.
        ----------------------------
        revision 1.66
        date: 2005/02/09 11:55:45;  author: dakas;  state: Exp;  lines: +0 -3
        * configure.in: remove ICONFORM stuff.
        
        * Makefile.in (ICONFORM): removed.
        (ICON_SOURCES): Change to different list.
        
        * prv-xemacs.el (preview-nonready-icon, preview-error-icon)
        (preview-icon, preview-tb-icon): Removed in this form.
        (preview-ascent-spec): New symbol for storing minimal data when
        parsing specs.
        (preview-filter-specs): New function.
        (preview-icon-copy): Replaces `preview-nonready-copy'.
        (preview-mode-setup): Create toolbar button.
        
        * prv-emacs.el (preview-nonready-icon, preview-error-icon)
        (preview-icon): removed.
        (preview-filter-specs): New function.
        (preview-tb-icon-specs, preview-tb-icon): New variables for the
        toolbar icon.
        (preview-icon-copy): replaces `preview-nonready-copy'
        (preview-mode-setup): Initialize `preview-tb-icon'
        
        * preview.el (preview-nonready-icon-specs)
        (preview-nonready-icon, preview-error-icon-specs)
        (preview-error-icon, preview-icon-specs, preview-icon)
        (preview-min-spec): New variables.
        (preview-gs-place): Use `preview-icon-copy' instead of
        `preview-nonready-copy'
        (preview-make-image): New function.
        (preview-filter-specs-1): New function.
        (preview-buffer-restore-internal): Call `preview-get-geometry' for
        having size information.  This may be incorrect at restore time.
        (preview-get-geometry): Also constitute `preview-icon',
        `preview-error-icon' and `preview-nonready-icon'.
        ----------------------------
        revision 1.65
        date: 2005/01/29 00:31:42;  author: dakas;  state: Exp;  lines: +4 -1
        2005-01-29  David Kastrup  <address@hidden>
        
        * preview-latex.spec (Release): Bump version to prerelease, make
        some changes that look like they'd fit into AUCTeX's scheme.
        
        * RELEASE: Some changes and mentions.
        
        * doc/preview-dtxdoc.pl: Convert AUC\TeX reference as well.
        Convert `\#' to `#'.
        
        * latex/preview.dtx: Add `#' and `:' letters and documentation.
        Make all commands pass on `#' on cleanly.  Don't eliminate last
        `{}' last in argument lists.
        
        * latex/Makefile.in (preview.pdf): New target.  Since PDFs are
        used for external documentation usually, generate only the
        description (for internal docs, dvi is fine and adding the code,
        too).
        
        * configure.in: Bump version number.
        check for PDFLaTeX.
        ----------------------------
        revision 1.64
        date: 2004/10/14 08:01:14;  author: jalar;  state: Exp;  lines: +10 -0
        Add VALID_BUILD_DIR
        ----------------------------
        revision 1.63
        date: 2004/10/13 14:30:53;  author: jalar;  state: Exp;  lines: +2 -2
        Adjust for the aclocal.m4 sync with AUCTeX
        ----------------------------
        revision 1.62
        date: 2004/07/28 00:04:50;  author: dakas;  state: Exp;  lines: +1 -41
        * latex/preview.dtx: Tiny change to placate font-latex.
        
        * latex/README-preview: Explain that PDF may be produced.
        
        * doc/wininstall.texi: Remove advice about failing byte-compiles:
        we should have this covered by now.
        
        * doc/problems.texi (LaTeX international characters): remove node.
        
        * doc/preview-latex.texi (Misplaced previews): Refer to x-symbol
        node instead of 8bit testing.
        
        * doc/install.texi (Configure): Remove --disable-8bit-test
        description.
        
        * preview.el (preview-parse-messages): Simplify line match.
        
        * preview-latex.spec: Several changes of %{buildroot} uses and of
        infodir.  Doubtful whether this will work with Fedora.
        
        * configure.in: Remove all 8bit-cleanness testing.
        
        * aclocal.m4 (EMACS_LISP): just write out a string expression
        without change or echo.  Document the macro.
        
        * doc/Makefile.in (prefix) (packagedir) (datadir) (infodir):
        preserve trailing backslashes.
        
        * Makefile.in (INSTALL) (INSTALL_DATA): Don't munge them for
        trailing backslashes.
        ----------------------------
        revision 1.61
        date: 2004/04/12 12:49:20;  author: dakas;  state: Exp;  lines: +1 -1
        Adapt for 0.8.1
        ----------------------------
        revision 1.60
        date: 2004/04/11 21:53:50;  author: dakas;  state: Exp;  lines: +1 -1
        Documentation and scripts prepared for version 0.8.  Todo items have
        been considerably reduced, new operation modes documented.
        ----------------------------
        revision 1.59
        date: 2003/05/13 13:23:49;  author: dakas;  state: Exp;  lines: +1 -1
        Really bail if 8bit test fails.
        ----------------------------
        revision 1.58
        date: 2003/04/28 18:37:33;  author: dakas;  state: Exp;  lines: +1 -1
        * configure.in: Fix check for images.
        
        * aclocal.m4 (library): Try setting the EMACS_cv_SYS_* variable
        that we are actually checking.  Is that correct?
        ----------------------------
        revision 1.57
        date: 2003/02/15 11:34:47;  author: dakas;  state: Exp;  lines: +1 -0
        quote MAKEINFO.
        ----------------------------
        revision 1.56
        date: 2003/02/13 13:33:55;  author: dakas;  state: Exp;  lines: +8 -8
        * aclocal.m4, configure.in: resynch with AUCTeX aclocal.m4.
        Lots of name changes.
        
        * configure.in: Remove redundant checks/substs.
        
        * aclocal.m4 (AC_EXAMINE_PACKAGEDIR): lots of fixes with regard
        to quoting, bad code and other stuff.
        (AC_CHECK_AUCTEX): remove trailing slash.
        ----------------------------
        revision 1.55
        date: 2003/02/13 00:06:12;  author: dakas;  state: Exp;  lines: +0 -4
        Remove redundant checks/substs.
        ----------------------------
        revision 1.54
        date: 2003/01/17 00:54:37;  author: dakas;  state: Exp;  lines: +27 -6
        try
        to deal as perfectly as possible with spaces in file names,
        quotes, backslashes and desperate things in general.
        ----------------------------
        revision 1.53
        date: 2003/01/15 16:07:36;  author: jalar;  state: Exp;  lines: +32 -73
        Use AC_PROG_EMACS and more portable AC_PATH_LISPDIR/PACKAGEDIR
        ----------------------------
        revision 1.52
        date: 2003/01/10 14:57:42;  author: dakas;  state: Exp;  lines: +4 -1
        * configure.in (TEXMFGEN): Make this possibly more portable (at
        the very least, we had some potential quoting problems).
        
        * autogen.sh, configure.in: Ok, darn them all.  We now have a
        configure.in that does no longer need to get patched up after
        autoconf, regardless of which autoconf version gets used between
        2.13 and 2.57 or hopefully later.
        ----------------------------
        revision 1.51
        date: 2003/01/10 00:15:25;  author: dakas;  state: Exp;  lines: +1 -1
        Ok, darn them all.  We now have a
        configure.in that does no longer need to get patched up after
        autoconf, regardless of which autoconf version gets used between
        2.13 and 2.57 or hopefully later.
        ----------------------------
        revision 1.50
        date: 2003/01/10 00:11:44;  author: dakas;  state: Exp;  lines: +21 -21
        Ok, darn them all.  We now have a
        configure.in that does no longer need to get patched up after
        autoconf, regardless of which autoconf version gets used between
        2.13 and 2.57 or hopefully later.
        ----------------------------
        revision 1.49
        date: 2003/01/07 11:58:31;  author: dakas;  state: Exp;  lines: +2 -3
        Error message contained a single backquote, and
        this made autoconf-213 barf.
        ----------------------------
        revision 1.48
        date: 2003/01/06 18:43:20;  author: dakas;  state: Exp;  lines: +29 -20
        Rework the language stuff autoconf sickness.
        Require autogen.sh for editing work.
        ----------------------------
        revision 1.47
        date: 2002/12/22 17:36:39;  author: dakas;  state: Exp;  lines: +8 -2
        A few more texhash-related fixes.
        ----------------------------
        revision 1.46
        date: 2002/12/17 09:29:39;  author: dakas;  state: Exp;  lines: +1 -1
        * prv-emacs.el (preview-unwatch-preamble): Fix a lethal typo.
        
        Rerelease for 0.7.7
        ----------------------------
        revision 1.45
        date: 2002/12/17 00:27:38;  author: dakas;  state: Exp;  lines: +8 -5
        use : instead of /bin/true
        Check typical GhostScript executable names on Windows.  Check for
        initexmf -u (MikTeX specific).
        ----------------------------
        revision 1.44
        date: 2002/12/15 04:02:44;  author: dakas;  state: Exp;  lines: +1 -1
        Preparations for 0.7.6
        ----------------------------
        revision 1.43
        date: 2002/12/12 13:58:30;  author: jalar;  state: Exp;  lines: +1 -1
        Sanitize makeinfo macro checks
        ----------------------------
        revision 1.42
        date: 2002/12/12 11:58:00;  author: jalar;  state: Exp;  lines: +1 -1
        Typo corrected
        ----------------------------
        revision 1.41
        date: 2002/12/12 11:51:59;  author: jalar;  state: Exp;  lines: +8 -5
        Make LANG and LC_CTYPE saving work across recursive call of ./configure 
(2.13)
        ----------------------------
        revision 1.40
        date: 2002/11/29 13:30:13;  author: jalar;  state: Exp;  lines: +1 -0
        Attempt to make docs build with old texinfo
        ----------------------------
        revision 1.39
        date: 2002/11/28 20:47:13;  author: dakas;  state: Exp;  lines: +1 -1
        Changes for release 0.7.5
        ----------------------------
        revision 1.38
        date: 2002/11/22 01:24:02;  author: dakas;  state: Exp;  lines: +1 -1
        bump version.
        ----------------------------
        revision 1.37
        date: 2002/10/21 12:59:26;  author: jalar;  state: Exp;  lines: +1 -1
        Fix texhash check
        ----------------------------
        revision 1.36
        date: 2002/08/14 01:54:25;  author: dakas;  state: Exp;  lines: +8 -2
        autoconf 2.53.  And Release 0.7.3.
        ----------------------------
        revision 1.35
        date: 2002/04/24 00:31:41;  author: alanshutko;  state: Exp;  lines: +1 
-1
        * aclocal.m4 (AC_PATH_PROGS_REQUIRED): New.
        
        * configure.in: Lock in whole path of Emacs executable.
        ----------------------------
        revision 1.34
        date: 2002/04/22 09:18:45;  author: dakas;  state: Exp;  lines: +1 -1
        Quote TEXMFGEN.
        ----------------------------
        revision 1.33
        date: 2002/04/21 19:04:04;  author: nixsf;  state: Exp;  lines: +1 -0
        (infodir): Define for XEmacs; point to the info location in the package 
tree.
        ----------------------------
        revision 1.32
        date: 2002/04/20 18:00:12;  author: dakas;  state: Exp;  lines: +16 -16
        Quoting stuff, version bump.
        ----------------------------
        revision 1.31
        date: 2002/04/17 15:26:42;  author: alanshutko;  state: Exp;  lines: +1 
-1
        Changes to make TEXMFGEN work on Solaris.  Solaris sed doesn't like
        nested "\(\)" and its tr doesn't understand '\n' even though the man
        page says it does.
        ----------------------------
        revision 1.30
        date: 2002/04/16 03:26:55;  author: dakas;  state: Exp;  lines: +1 -1
        for 0.7.1.
        ----------------------------
        revision 1.29
        date: 2002/04/16 00:53:12;  author: alanshutko;  state: Exp;  lines: +6 
-3
        Some minor message updates.  Remove -q from grep,
        just direct it to /dev/null.
        ----------------------------
        revision 1.28
        date: 2002/04/15 01:14:26;  author: dakas;  state: Exp;  lines: +3 -3
        Disable interfering existence test.  Hmmm.
        ----------------------------
        revision 1.27
        date: 2002/04/15 01:12:00;  author: dakas;  state: Exp;  lines: +0 -3
        *** empty log message ***
        ----------------------------
        revision 1.26
        date: 2002/04/15 01:07:05;  author: dakas;  state: Exp;  lines: +4 -1
        LAst minute changes for 0.7
        ----------------------------
        revision 1.25
        date: 2002/04/10 10:42:05;  author: jalar;  state: Exp;  lines: +2 -2
        preview.dtx has moved, generate latex/Makefile
        ----------------------------
        revision 1.24
        date: 2002/04/07 00:27:12;  author: dakas;  state: Exp;  lines: +1 -1
        *** empty log message ***
        ----------------------------
        revision 1.23
        date: 2002/04/06 22:53:47;  author: nixsf;  state: Exp;  lines: +5 -0
        (icondir): Set for GNU Emacs too (but blank), and substitute it.
        (ICONFORM): New variable, comamnd-line switch to pass to (X)Emacs
        to find the images at build time (if needed).  Substitute it.
        ----------------------------
        revision 1.22
        date: 2002/04/06 17:41:02;  author: nixsf;  state: Exp;  lines: +3 -1
        Substitute the packagedir.
        ----------------------------
        revision 1.21
        date: 2002/04/06 15:19:20;  author: alanshutko;  state: Exp;  lines: +4 
-1
        * configure.in: Start adding XEmacs-specific hooks.  Right now,
        lispdir should be correctly set up, I think.  icondir is sitting
        there for when we add icons.
        
        * aclocal.m4 (AC_PATH_PACKAGEDIR,AC_EXAMINE_PACKAGEDIR): New
        functions for XEmacs installation, borrowed from from emacs-w3m,
        credit to Katsumi Yamaoka <address@hidden>.
        ----------------------------
        revision 1.20
        date: 2002/03/30 15:26:04;  author: alanshutko;  state: Exp;  lines: +4 
-0
        * Makefile.in (TEXMFGEN): Use new variable.
        
        * configure.in (TEXMFGEN): New variable with the tex stuff
        generated which should be installed.
        ----------------------------
        revision 1.19
        date: 2002/03/28 02:05:13;  author: alanshutko;  state: Exp;  lines: 
+11 -4
        * doc/install.texi (Configure): Reflect changes in configure
        options.
        
        * configure.in (--with-texmf): Changed to --with-texmf-dir per bug
        480837.
        (--with-preview-dir): Changed to --with-tex-dir per bug 480837.
        (--with-doc-dir): New.
        ----------------------------
        revision 1.18
        date: 2002/03/27 04:13:55;  author: alanshutko;  state: Exp;  lines: +5 
-0
        * doc/.cvsignore: Add preview-latex.tmp.
        
        * .cvsignore: Add latex.out.
        
        * autogen.sh: Modify ed script to account for difference between
        AC_INIT in 2.13 and 2.52
        
        * doc/Makefile.in (INSTALLINFO): Make it use configure value.
        
        * configure.in: Check for path of install-info.  Check whether
        Emacs supports images.
        ----------------------------
        revision 1.17
        date: 2002/03/08 23:46:25;  author: alanshutko;  state: Exp;  lines: +1 
-1
        When checking for texhash, use /bin/true if we
        can't find it.
        ----------------------------
        revision 1.16
        date: 2002/03/05 14:21:46;  author: dakas;  state: Exp;  lines: +5 -10
        update to autoconf 2.52.
        ----------------------------
        revision 1.15
        date: 2002/02/20 16:02:41;  author: alanshutko;  state: Exp;  lines: +2 
-2
        Patch from Stephen Gildea correcting the disable-8bit-test code.
        ----------------------------
        revision 1.14
        date: 2002/02/18 03:53:36;  author: alanshutko;  state: Exp;  lines: 
+25 -9
        * doc/Makefile.in: New file, replacing the former ad-hoc build.
        
        * doc/install.texi: Mention --disable-8bit-test.
        
        * doc/problems.texi (LaTeX international characters): Mention
        --disable-8bit-test.
        
        * aclocal.m4 (AC_CHECK_AUCTEX): Correct --with-auctex to
        --with-tex-site.
        
        * configure.in: 8bit test enhancements.  Allow disabling test with
        --disable-8bit-test.
        Check for makeinfo.
        Generate doc/Makefile.
        ----------------------------
        revision 1.13
        date: 2002/02/01 16:20:26;  author: alanshutko;  state: Exp;  lines: +2 
-2
        Corrected error message for 8-bit test.
        ----------------------------
        revision 1.12
        date: 2002/01/31 15:48:41;  author: alanshutko;  state: Exp;  lines: 
+23 -1
        * configure.in: Added diversion at the beginning to allow us to
        save LANG and LC_CTYPE for the 8-bit test.  Also added test to see
        if LaTeX is 8-bt clean.
        ----------------------------
        revision 1.11
        date: 2001/11/11 15:27:46;  author: alanshutko;  state: Exp;  lines: +3 
-1
        * aclocal.m4 (AC_EMACS_CHECK_LIB_WITH_LIB): varient of
        AC_EMACS_CHECK_LIB which first requires a prereq lib.
        (AC_CHECK_AUCTEX): Use AC_EMACS_CHECK_LIB_WITH_LIB to prereq
        tex-site.
        
        * Makefile.in (use-hint): Get line wrapping right.
        
        * configure.in (--with-texmf): Applied patch from Hans Fredrik
        Nordhaug making --with-texmf obey TDS.
        ----------------------------
        revision 1.10
        date: 2001/11/04 00:23:55;  author: alanshutko;  state: Exp;  lines: 
+23 -11
        * aclocal.m4
        (AC_CHECK_PROG_REQUIRED,AC_CHECK_PROGS_REQUIRED,AC_PATH_PROG_REQUIRED):
        New functions to check programs, and abort with a message if not
        found.
        (AC_EMACS_CHECK_LIB): Function stolen from Gnus to check whether
        an elisp library exists.
        (AC_CHECK_AUCTEX): Check if AUC-TeX is in a normal emacs load
        path, and allow --with-auctex switch to specify it. SF Bug
        #477262, #477260.
        
        * Makefile.in (use-hint, install-hint): New hints.  SF Bug #477282.
        (all, install): Use the above hints.
        
        * configure.in: Changed all AC_CHECK_PROG(S)/AC_PATH_PROG(S) to
        new AC_*_REQUIRED, which abort and print a message if something
        isn't found.  Added AC_CHECK_AUCTEX.  Add note at end of configure
        to run "make".  SF Bug #469741 (partial).
        ----------------------------
        revision 1.9
        date: 2001/10/12 15:01:15;  author: dakas;  state: Exp;  lines: +1 -1
        Revert back to Alan's version.
        ----------------------------
        revision 1.8
        date: 2001/10/12 14:27:17;  author: dakas;  state: Exp;  lines: +1 -1
        Try fixing the emacs flavor detection.
        ----------------------------
        revision 1.7
        date: 2001/10/12 13:37:33;  author: alanshutko;  state: Exp;  lines: +1 
-1
        Change AC_PATH_PROG of emacs to AC_CHECK_PROG, as
        it was breaking --with-xemacs.
        ----------------------------
        revision 1.6
        date: 2001/10/11 23:49:50;  author: alanshutko;  state: Exp;  lines: 
+12 -1
        * configure.in: Added --with-xemacs option.  Added AC_XEMACS_P to
        determine if we're using xemacs.  Added PLAT_LISP substitution
        with the flavor-specific lisp file.
        
        * Makefile.in (LISP_SOURCES): New variable, listing files needing
        byte-compilation.
        (all): Depend on "elc" target to capture all the emacs files.
        (install-el): Install more lisp files.
        (elc): New target, compile all relevant files.
        ----------------------------
        revision 1.5
        date: 2001/09/26 23:55:35;  author: alanshutko;  state: Exp;  lines: 
+10 -1
        * aclocal.m4: Removed some dross stolen from Gnus, since it is unused.
        Fixed up AC_PATH_TEXMFDIR to try to find a dir to install the docs
        and to export texmfdir.
        
        * configure.in: --with-auctex=DIR, new option
        
        * Makefile.in: Changed rules for byte-compilation to allow setting
        AUCTEXDIR.
        (install-texmf) Only texhash the directory we installed into
        ----------------------------
        revision 1.4
        date: 2001/09/24 02:22:55;  author: alanshutko;  state: Exp;  lines: +3 
-2
        Run texhash after tex installation.  Also set full
        pathnames for programs, since the path of the installing user may
        not match the compiling user.
        ----------------------------
        revision 1.3
        date: 2001/09/21 23:43:17;  author: alanshutko;  state: Exp;  lines: +9 
-0
        2001-09-21  Alan Shutko  <address@hidden>
        
        * aclocal.m4: Correct handling of docstrip configuration for
        non-TDS setup.  Also, quote the $ in awk.
        
        * Makefile.in (TEX): New variable.
        (all): preview-mk.ins instead of preview.ins
        (preview-mk.ins, preview.sty prauctex.def preview.drv): Use $TEX.
        
        * configure.in: Added --with-preview-dir option.  Check for tex
        executable.
        ----------------------------
        revision 1.2
        date: 2001/09/21 02:43:18;  author: alanshutko;  state: Exp;  lines: +1 
-1
        Clarified --with-texmf help.
        ----------------------------
        revision 1.1
        date: 2001/09/21 02:29:20;  author: alanshutko;  state: Exp;
        Makefile.in, aclocal.m4, configure.in: Create autoconf versions of
        Makefile.  Much of aclocal.m4 was stolen from Gnus, though the
        AC_PATH_TEXMF is new.
        
        Added install-sh for use by the makefile if a compatible install
        binary is not found.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/auctex/auctex/preview/configure.ac?only_with_tag=1.83&rev=1.83





reply via email to

[Prev in Thread] Current Thread [Next in Thread]