]> 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)
committerHenrik Grimler <henrik@grimler.se>
Wed, 26 May 2021 13:45:02 +0000 (15:45 +0200)
commit859b63f815767a05efc3170da7ff22d2da232a30
treed771fc13078dff4c48e76f93f35790da21aefe21
parenta1bc3bf207c64e2a26d8a7a3c20dd960e0e5c545
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