Rename version to version.txt
<version> is a standard header with C++20 which could cause issues if a library checks it exists then imports it Because we have the root of this repo in the include path, it'd see that <version> exists (with, e.g., __has_include), and then try to include it as a header But because it's just a file that says 0.1, this would fail This happens with libpqxx 7
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
AC_INIT([Hydra], [m4_esyscmd([echo -n $(cat ./version)$VERSION_SUFFIX])])
|
||||
AC_INIT([Hydra], [m4_esyscmd([echo -n $(cat ./version.txt)$VERSION_SUFFIX])])
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
AM_INIT_AUTOMAKE([foreign serial-tests])
|
||||
|
||||
|
Reference in New Issue
Block a user