View | Details | Raw Unified | Return to bug 53318
Collapse All | Expand All

(-)a2ps-4.15.6_copy/configure.ac (+2 lines)
Lines 116-121 Link Here
116
AS_IF([test "$ac_cv_lib_paper_systempapername" = "no" || test "$ac_cv_header_paper_h" = "no"],
116
AS_IF([test "$ac_cv_lib_paper_systempapername" = "no" || test "$ac_cv_header_paper_h" = "no"],
117
  [AC_MSG_ERROR([a2ps needs libpaper to work])])
117
  [AC_MSG_ERROR([a2ps needs libpaper to work])])
118
118
119
AC_CHECK_FUNCS(mempcpy)
120
119
# Internationalization.
121
# Internationalization.
120
AM_GNU_GETTEXT_VERSION([0.20.2])
122
AM_GNU_GETTEXT_VERSION([0.20.2])
121
AM_GNU_GETTEXT([external], [need-ngettext])
123
AM_GNU_GETTEXT([external], [need-ngettext])

Return to bug 53318