> Uwe Brauer <o...@mat.ucm.es> writes:

> Can that be a leftover from somewhen you've switched to main?  Date with
> time has never been used somewhere except on the main branch.  Or maybe
> you have checked out origin/main as master and now are confused?  git
> branch -vv will tell you.



git branch -vv

,----
|   main   3091f2ca [origin/main] * auctex.el: Shorten 'Commentary' section to 
4 lines.
| * master 7fca4a20 [origin/master] Update style/acro.el to package v3.8
`----


> When I run ./configure and make on master, AUCTEX-version is
> "2024-07-10" just like AUCTEX-date which is the date of the last commit
> on master.



So I tried a fresh start:

    - Make distclean

    - ./autogen.sh

    - ./configure --with-emacs=/opt/emacs29/bin/emacs --prefix=/home/oub/ALLES/ 
--with-lispdir=/home/oub/emacs/site-lisp/packages/auctex-git --without-texmf-dir

    - tex-site.el.in contains
,----
| (defconst AUCTeX-version "@AUCTEXVERSION@"
|   "AUCTeX version.
| If not a regular release, the date of the last change.")
| 
| (defconst AUCTeX-date "@AUCTEXDATE@"
|   "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.")
`----

    - then running make results in tex-site.el

(defconst AUCTeX-version "2024-07-10"
  "AUCTeX version.
If not a regular release, the date of the last change.")

(defconst AUCTeX-date "2024-07-10"
  "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.")

Latest commit is 
* commit 10c8f782f8c0456443f09db0c54403e8753ee52b (master) (HEAD -> master, 
origin/master, origin/HEAD)
| Author: Ikumi Keita <ik...@ikumi.que.jp>


I am now very confused. How does make expand
"@AUCTEXVERSION@" either to a date or a release version, what is the git
command that does this? 





-- 
I strongly condemn Hamas heinous despicable pogroms/atrocities on Israel
I strongly condemn Putin's war of aggression against Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the EU and NATO membership of Ukraine. 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to