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> ...@@ -452,6 +452,11 @@ AC_TRY_COMPILE([#include <argp.h>
452 AC_MSG_RESULT(yes)], 452 AC_MSG_RESULT(yes)],
453 [AC_MSG_RESULT(no)]) 453 [AC_MSG_RESULT(no)])
454 454
455 AH_BOTTOM([
456 /* program_name is used by lib/error.c */
457 #define program_name program_invocation_name
458 ])
459
455 if test "$ac_use_included_regex" = yes; then 460 if test "$ac_use_included_regex" = yes; then
456 MU_HEADER(regex.h) 461 MU_HEADER(regex.h)
457 fi 462 fi
......