aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-09-10 12:26:05 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-09-10 12:26:05 +0000
commit9ea43f778f39b4ffbefae420cb26bedc44063244 (patch)
tree72063808a0ff71ad6b70ebf1cb060537f99945b9
parente3a8660392b937c00bb42507c5e0df85b76d7076 (diff)
downloadcflow-9ea43f778f39b4ffbefae420cb26bedc44063244.tar.gz
cflow-9ea43f778f39b4ffbefae420cb26bedc44063244.tar.bz2
Remove definition of HAVE_DECL_PROGRAM_INVOCATION_NAME and PROGRAM_INVOCATION_NAME_DECLARED. Temporarly add AM_MKINSTALLDIRS
-rw-r--r--configure.ac24
1 files changed, 1 insertions, 23 deletions
diff --git a/configure.ac b/configure.ac
index c91b6f7..2326343 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,9 +41,2 @@ AC_CHECK_FUNCS([memmove memset strdup strerror strtol setlocale])
-# Dirty hack: make sure HAVE_DECL_PROGRAM_INVOCATION_NAME is defined
-# This must be done before gl_ARGP, which attempts
-# an AC_CHECK_DECLS([program_invocation_name), because autoconf machinery
-# gives preference to the first definition, in spite of what the comment
-# at autoconf/status.m4:574 sais
-AC_DEFINE([HAVE_DECL_PROGRAM_INVOCATION_NAME], 1)
-
cflow_GNULIB
@@ -51,19 +44,3 @@ MU_DEBUG_MODE
-AH_TEMPLATE([PROGRAM_INVOCATION_NAME_DECLARED],
- [Is program_invocation_name declared in the system headers.])
-
-# This variable should have been set in m4/argp.m4
-if test "$ac_cv_have_decl_program_invocation_name" = no; then
- AC_LIBOBJ([pin])
- AC_DEFINE_UNQUOTED([PROGRAM_INVOCATION_NAME_DECLARED],0)
-else
- AC_DEFINE_UNQUOTED([PROGRAM_INVOCATION_NAME_DECLARED],1)
-fi
-
-
AH_BOTTOM([
-#if !PROGRAM_INVOCATION_NAME_DECLARED
-extern char *program_invocation_short_name;
-extern char *program_invocation_name;
-#endif
/* program_name is used by lib/error.c */
@@ -82,2 +59,3 @@ AC_SUBST(lisp_LISP)
# Gettext.
+AM_MKINSTALLDIRS
AM_GNU_GETTEXT([external], [need-ngettext])

Return to:

Send suggestions and report system problems to the System administrator.