mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
configure.ac: Remove the hyphen from the version suffix
Also switch out outdated PACKAGE_STRING variable for pacman_display_version. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
515754faac
commit
e24bcc395e
@ -57,7 +57,7 @@ m4_define([pacman_version_suffix], [devel])
|
||||
m4_define([pacman_version],
|
||||
[pacman_version_major.pacman_version_minor.pacman_version_micro])
|
||||
m4_define([pacman_display_version],
|
||||
pacman_version[]m4_ifdef([pacman_version_suffix],[-pacman_version_suffix]))
|
||||
pacman_version[]m4_ifdef([pacman_version_suffix],[pacman_version_suffix]))
|
||||
|
||||
# Autoconf initialization
|
||||
# AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
|
||||
@ -295,7 +295,7 @@ Makefile
|
||||
AC_OUTPUT
|
||||
|
||||
echo "
|
||||
$PACKAGE_STRING:
|
||||
pacman_display_version:
|
||||
|
||||
Build information:
|
||||
source code location : ${srcdir}
|
||||
|
Loading…
Reference in New Issue
Block a user