Mercurial > hg > xemacs-beta
comparison configure.in @ 975:151d438d2d55
[xemacs-hg @ 2002-08-28 05:36:20 by youngs]
2002-08-16 Steve Youngs <youngs@xemacs.org>
* version.sh (xemacs_extra_name): New var to identify XEmacs
version > release < next release. ie, release+cvs.
* configure.in: Test for xemacs_extra_name.
* configure: Re-generate.
2002-08-16 Steve Youngs <youngs@xemacs.org>
* build-report.el (build-report-installation-version-regexp):
Update to cater for 'xemacs-extra-name'.
(build-report-version-file-regexp): Ditto.
(build-report): Ditto.
(build-report-installation-data): Ditto.
(build-report-version-file-data): Ditto.
* version.el (emacs-version): Test for 'xemacs-extra-name'.
2002-08-16 Steve Youngs <youngs@xemacs.org>
* config.h.in (XEMACS_EXTRA_NAME): New.
* emacs.c (vars_of_emacs): Use it.
author | youngs |
---|---|
date | Wed, 28 Aug 2002 05:36:34 +0000 |
parents | c4937d1216b6 |
children | 89cca5f594bd |
comparison
equal
deleted
inserted
replaced
974:fce478afd5b4 | 975:151d438d2d55 |
---|---|
993 version="${version}.${emacs_beta_version}" | 993 version="${version}.${emacs_beta_version}" |
994 AC_DEFINE_UNQUOTED(EMACS_PATCH_LEVEL, $emacs_beta_version) | 994 AC_DEFINE_UNQUOTED(EMACS_PATCH_LEVEL, $emacs_beta_version) |
995 fi | 995 fi |
996 fi | 996 fi |
997 AC_DEFINE_UNQUOTED(XEMACS_CODENAME, "$xemacs_codename") | 997 AC_DEFINE_UNQUOTED(XEMACS_CODENAME, "$xemacs_codename") |
998 if test "X$xemacs_extra_name" != "X"; then | |
999 AC_DEFINE_UNQUOTED(XEMACS_EXTRA_NAME, "$xemacs_extra_name") | |
1000 fi | |
998 AC_DEFINE_UNQUOTED(EMACS_VERSION, "$version") | 1001 AC_DEFINE_UNQUOTED(EMACS_VERSION, "$version") |
999 | 1002 |
1000 if test "$with_infodock" = "yes"; then | 1003 if test "$with_infodock" = "yes"; then |
1001 if test ! -f ../../ID-INSTALL; then | 1004 if test ! -f ../../ID-INSTALL; then |
1002 echo "Cannot build InfoDock without InfoDock sources" | 1005 echo "Cannot build InfoDock without InfoDock sources" |
4840 | 4843 |
4841 dnl Start stdout redirection to '| tee -a Installation' | 4844 dnl Start stdout redirection to '| tee -a Installation' |
4842 ( | 4845 ( |
4843 echo " | 4846 echo " |
4844 | 4847 |
4845 XEmacs ${emacs_major_version}.${emacs_minor_version}${xemacs_betaname} \"$xemacs_codename\" configured for \`$canonical'. | 4848 XEmacs ${emacs_major_version}.${emacs_minor_version}${xemacs_betaname} \"$xemacs_codename\" $xemacs_extra_name configured for \`$canonical'. |
4846 " | 4849 " |
4847 echo " | 4850 echo " |
4848 Compilation / Installation:" | 4851 Compilation / Installation:" |
4849 echo " Source code location: $srcdir" | 4852 echo " Source code location: $srcdir" |
4850 echo " Installation prefix: $prefix" | 4853 echo " Installation prefix: $prefix" |