[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-mailutils] mailutils-0.6.94
From: |
Sergey Poznyakoff |
Subject: |
Re: [bug-mailutils] mailutils-0.6.94 |
Date: |
Wed, 26 Apr 2006 14:48:18 EEST |
djh <address@hidden> wrote:
> It looks like "program_invocation_short_name" is not declared.
Add the following two lines:
#define GNULIB_ARGP_EXTERN_BASENAME 1
#include <argp-namefrob.h>
to:
1. mh/mh.h in line 60 (after #include <getline.h>)
2. mh/mh_getopt.c in line 30 (after #include <mu_asprintf.h>)
Regards,
Sergey