summaryrefslogtreecommitdiff
path: root/gprof/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/acinclude.m4')
-rw-r--r--gprof/acinclude.m411
1 files changed, 5 insertions, 6 deletions
diff --git a/gprof/acinclude.m4 b/gprof/acinclude.m4
index 73763e1155..053bb059b1 100644
--- a/gprof/acinclude.m4
+++ b/gprof/acinclude.m4
@@ -1,4 +1,9 @@
sinclude(../bfd/warning.m4)
+sinclude(../config/gettext-sister.m4)
+sinclude(../config/nls.m4)
+sinclude(../config/po.m4)
+sinclude(../config/progtest.m4)
+
sinclude(../libtool.m4)
dnl The lines below arrange for aclocal not to bring libtool.m4
dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automake
@@ -7,9 +12,3 @@ ifelse(yes,no,[
AC_DEFUN([AM_PROG_LIBTOOL],)
AC_SUBST(LIBTOOL)
])
-
-sinclude(../gettext.m4)
-ifelse(yes,no,[
-AC_DEFUN([CY_WITH_NLS],)
-AC_SUBST(INTLLIBS)
-])