]> granicus.if.org Git - procps-ng/commit
configure: add macro to check for __PROGNAME
authorHenrik Grimler <henrik@grimler.se>
Wed, 26 May 2021 13:45:02 +0000 (15:45 +0200)
committerCraig Small <csmall@dropbear.xyz>
Sat, 29 May 2021 06:14:52 +0000 (16:14 +1000)
commitc63c712134e4e580b51c30a275dd4f32ff15331e
treeb4ca17a3deb588e50c8dcdd634491cf7ac17dcc0
parentd293b686e4ebba4a9e2ce22ea521204010d1ed13
configure: add macro to check for __PROGNAME

in include/c.h we check if HAVE___PROGNAME is defined, but the
corresponding macro for setting (or not setting) it is missing from
the configure script. This commit adds the missing macro, by
copying it from the macro in tmux.
configure.ac