diff options
Diffstat (limited to 'contrib/gcclibs/libcpp/aclocal.m4')
-rw-r--r-- | contrib/gcclibs/libcpp/aclocal.m4 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/gcclibs/libcpp/aclocal.m4 b/contrib/gcclibs/libcpp/aclocal.m4 new file mode 100644 index 0000000..ad1d0ce --- /dev/null +++ b/contrib/gcclibs/libcpp/aclocal.m4 @@ -0,0 +1,23 @@ +# generated automatically by aclocal 1.9.3 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +# Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_include([../config/acx.m4]) +m4_include([../config/codeset.m4]) +m4_include([../config/depstand.m4]) +m4_include([../config/gettext-sister.m4]) +m4_include([../config/iconv.m4]) +m4_include([../config/lead-dot.m4]) +m4_include([../config/lib-ld.m4]) +m4_include([../config/lib-link.m4]) +m4_include([../config/lib-prefix.m4]) +m4_include([../config/warnings.m4]) |