Commit f832be34 f832be34493d48c0f83bc2cef0fb227812a5994a by Sergey Poznyakoff

Always define program_name to program_invocation_name

1 parent 0276c779
......@@ -452,6 +452,11 @@ AC_TRY_COMPILE([#include <argp.h>
AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)])
AH_BOTTOM([
/* program_name is used by lib/error.c */
#define program_name program_invocation_name
])
if test "$ac_use_included_regex" = yes; then
MU_HEADER(regex.h)
fi
......