Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f832be34
...
f832be34493d48c0f83bc2cef0fb227812a5994a
authored
2005-10-31 13:20:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Always define program_name to program_invocation_name
1 parent
0276c779
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
configure.ac
configure.ac
View file @
f832be3
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment