diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-21 19:44:10 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-21 19:46:27 -0400 |
commit | 64dcec64b294d67a45596d84f91c876f15a5d95f (patch) | |
tree | 03a4a0a099cf005f81d127eb7b0f44d4f38c650b /configure.ac | |
parent | 29bfd6ce3d9b9a1040ee2edf4ac5f83b54ac1932 (diff) |
adapt change from libXaw for inserting the package version into the spec
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5b0c40d..7cc9294 100644 --- a/configure.ac +++ b/configure.ac @@ -203,6 +203,7 @@ AC_CONFIG_FILES([Makefile include/Makefile man/Makefile specs/Makefile + specs/libXt.ent test/Makefile xt.pc]) AC_OUTPUT |