mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Makefile.am, Info.plist.sh:
Use MYSQL_NUMERIC_VERSION, only three numbers separated with dot misc.m4, character_sets.m4, openssl.m4: Removed unneded semicolon config/ac-macros/character_sets.m4: Removed unneded semicolon config/ac-macros/misc.m4: Removed unneded semicolon config/ac-macros/openssl.m4: Removed unneded semicolon support-files/MacOSX/Info.plist.sh: Use MYSQL_NUMERIC_VERSION, only three numbers separated with dot support-files/MacOSX/Makefile.am: Use MYSQL_NUMERIC_VERSION, only three numbers separated with dot
This commit is contained in:
parent
720b3d15d8
commit
1aaa63aaba
5 changed files with 8 additions and 8 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<key>CFBundleName</key>
|
||||
<string>MySQL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>@MYSQL_NO_DASH_VERSION@</string>
|
||||
<string>@MYSQL_NUMERIC_VERSION@</string>
|
||||
<key>IFPkgFlagAllowBackRev</key>
|
||||
<false/>
|
||||
<key>IFPkgFlagAuthorizationAction</key>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ SUFFIXES = .sh
|
|||
@SED@ \
|
||||
-e 's!@''prefix''@!$(prefix)!g' \
|
||||
-e 's!@''VERSION''@!@VERSION@!' \
|
||||
-e 's!@''MYSQL_NO_DASH_VERSION''@!@MYSQL_NO_DASH_VERSION@!' \
|
||||
-e 's!@''MYSQL_NUMERIC_VERSION''@!@MYSQL_NUMERIC_VERSION@!' \
|
||||
-e 's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!' \
|
||||
-e 's!@''MYSQLD_USER''@!@MYSQLD_USER@!' \
|
||||
$< > $@-t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue