We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2d691 commit b232457Copy full SHA for b232457
src/configure.ac
@@ -7,7 +7,7 @@ AC_LANG(C++)
7
AC_CONFIG_SRCDIR([thread.cpp])
8
AC_CONFIG_AUX_DIR([/usr/bin ../ ../bin])
9
AC_CONFIG_HEADERS([../include/pthread/config.h])
10
-AC_DEFINE_UNQUOTED(CPP_PTHREAD_VERSION, ["version: $PACKAGE_VERSION - commit: $(git log --pretty='%H' | head -1) - compiled on `uname -sv`."], [pthread C++ wrapper.])
+AC_DEFINE_UNQUOTED(CPP_PTHREAD_VERSION, ["$PACKAGE_NAME $PACKAGE_VERSION - $(git log --pretty='%H' | head -1) - compiled on `uname -sv`."], [pthread C++ wrapper.])
11
12
# Checks for programs.
13
AC_PROG_CXX([xlC_r xlC g++ c++ gcc cl KCC CC cxx cc++ aCC ])
0 commit comments