Skip to content

Commit

Permalink
Revert "configure.ac: generate prte_version.h properly"
Browse files Browse the repository at this point in the history
This reverts commit b7196af.
  • Loading branch information
rhc54 committed Dec 7, 2024
1 parent b7196af commit 59ae067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ AC_MSG_RESULT([$ltversion])

# List header files to generate

AC_CONFIG_HEADERS([src/include/prte_config.h
include/prte_version.h])
AC_CONFIG_HEADERS([src/include/prte_config.h])

prte_show_subtitle "Initialization, setup"

Expand Down Expand Up @@ -1017,6 +1016,7 @@ AC_CONFIG_FILES([
config/Makefile
contrib/Makefile
include/Makefile
include/prte_version.h
docs/Makefile
src/docs/Makefile
src/docs/prrte-rst-content/Makefile
Expand Down

0 comments on commit 59ae067

Please sign in to comment.