summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gprof/acinclude.m4
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-05-13 14:03:36 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-05-13 14:03:36 +0000
commitde7cd2700ed72ead7af9d7335a5dd53e1e18ed6a (patch)
tree039a1b42834e41a0eae83bb616b58307e010d63e /gnu/usr.bin/binutils/gprof/acinclude.m4
parent80569f10d304683516f20f86bbafb107127ff63e (diff)
Import binutils-2.11.2
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
Diffstat (limited to 'gnu/usr.bin/binutils/gprof/acinclude.m4')
-rw-r--r--gnu/usr.bin/binutils/gprof/acinclude.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gprof/acinclude.m4 b/gnu/usr.bin/binutils/gprof/acinclude.m4
new file mode 100644
index 00000000000..c01c95cd231
--- /dev/null
+++ b/gnu/usr.bin/binutils/gprof/acinclude.m4
@@ -0,0 +1,14 @@
+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
+dnl to add a definition of LIBTOOL to Makefile.in.
+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)
+])