From a575ea923ec2f9eb4284d12ca211e1af8e455daa Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Sat, 13 Sep 2003 19:18:28 +0000 Subject: [PATCH] * Change AC_SYS_SIGLIST_DECLARED to AC_DECL_SYS_SIGLIST. * Add locale.h to list of checked headers. * Pass external to AM_GNU_GETTEXT --- ChangeLog | 7 +++++++ configure.in | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b0a8715..d60c2058 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Sep 13 14:18:02 CDT 2003 Adam Heath + + * configure.in: + * Change AC_SYS_SIGLIST_DECLARED to AC_DECL_SYS_SIGLIST. + * Add locale.h to list of checked headers. + * Pass external to AM_GNU_GETTEXT + Sat Sep 13 13:57:22 CDT 2003 Adam Heath * Makefile.conf.in: s/top_srcdir/abs_top_srcdir/ diff --git a/configure.in b/configure.in index 6da88017..cd1c9ff3 100644 --- a/configure.in +++ b/configure.in @@ -108,7 +108,7 @@ AC_DEFINE_UNQUOTED(ARCHITECTURE, "${dpkg_archset}", [Set this to the canonical D dnl gettext ALL_LINGUAS="ca cs da de en es fr gl it nl ja pl pt_BR ru sv" -AM_GNU_GETTEXT +AM_GNU_GETTEXT([external]) AM_PO_SUBDIRS dnl Other stuff @@ -133,8 +133,8 @@ AC_CHECK_TYPE(ptrdiff_t,int) AC_CHECK_FUNCS(unsetenv alphasort scandir strerror strsignal strtoul setsid) AC_CHECK_FUNCS(vsnprintf lchown snprintf) AC_CHECK_HEADERS(sys/cdefs.h syslog.h stddef.h) -AC_CHECK_HEADERS(error.h) -AC_SYS_SIGLIST_DECLARED +AC_CHECK_HEADERS(error.h locale.h) +AC_DECL_SYS_SIGLIST AC_CHECK_LIB(ihash, ihash_create, SSD_LIBS="-lihash $SSD_LIBS") AC_CHECK_LIB(ps, proc_stat_list_create, SSD_LIBS="-lps $SSD_LIBS") AC_CHECK_LIB(shouldbeinlibc, fmt_past_time, SSD_LIBS="-lshouldbeinlibc $SSD_LIBS") -- 2.39.5