mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
ff190a561a
* update 2021-07-27 macOS -> 11.5.1, XCode -> 12.5.1 * update azure-pipelines * update sha of macfuse * change how macos-ci-base works * fix build errors * fix itpp:linux * more fixes * remove tab * allow version changes in all the remove/rename-version patches * fix libunistring for real * robert CR
14 lines
354 B
Diff
14 lines
354 B
Diff
--- a/m4/init-package-version.m4
|
|
+++ b/m4/init-package-version.m4
|
|
@@ -82,9 +82,9 @@
|
|
[AC_SUBST([PACKAGE], [$1])
|
|
AC_SUBST([VERSION], [$2])
|
|
])
|
|
m4_define([AM_INIT_AUTOMAKE],
|
|
m4_defn([gl_RPL_INIT_AUTOMAKE]))
|
|
])
|
|
-m4_define([gl_INIT_DUMMY], [])
|
|
+m4_define([gl_INIT_DUMMY], [dummy])
|
|
AC_DEFUN([gl_RPL_INIT_AUTOMAKE], [
|
|
m4_ifval([$2],
|