summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-08-29 20:38:17 +1000
committerCraig Small <csmall@dropbear.xyz>2022-08-29 20:38:17 +1000
commit1502648ff9aef047286db2e03a3e1a872d40a0e2 (patch)
treeeba2aa1afefc3458269af38e47f2258dbe55c5e7 /configure.ac
parent47a8676625bc2204a173f7082f4270cdfe8b423f (diff)
downloadprocps-ng-1502648ff9aef047286db2e03a3e1a872d40a0e2.tar.gz
library: Rename to libproc2
The newlib library used to be called libproc-2 but the new name is preferred. References: https://www.freelists.org/post/procps/Next-for-newlib,3 Signed-off-by: Craig Small <csmall@dropbear.xyz>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9ee0398..7c9ade6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -395,6 +395,6 @@ AC_CONFIG_FILES([Makefile
local/Makefile
po-man/Makefile
po/Makefile.in
- library/libproc-2.pc
+ library/libproc2.pc
testsuite/Makefile])
AC_OUTPUT