Index: sim/msp430/aclocal.m4 |
diff --git a/gdb/aclocal.m4 b/sim/msp430/aclocal.m4 |
similarity index 79% |
copy from gdb/aclocal.m4 |
copy to sim/msp430/aclocal.m4 |
index fdd8d08366a538ecf04a840df67b092b2662948b..a24bbebfcab6882caf4efb27e087cdd277e8b0d8 100644 |
--- a/gdb/aclocal.m4 |
+++ b/sim/msp430/aclocal.m4 |
@@ -1,7 +1,8 @@ |
-# generated automatically by aclocal 1.11.1 -*- Autoconf -*- |
+# generated automatically by aclocal 1.11.3 -*- Autoconf -*- |
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
-# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
+# 2005, 2006, 2007, 2008, 2009, 2010, 2011 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. |
@@ -47,11 +48,32 @@ AC_CONFIG_COMMANDS_PRE( |
Usually this means the macro was only invoked conditionally.]]) |
fi])]) |
+# Copyright (C) 2003, 2005 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. |
+ |
+# serial 2 |
+ |
+# Check whether the underlying file-system supports filenames |
+# with a leading dot. For instance MS-DOS doesn't. |
+AC_DEFUN([AM_SET_LEADING_DOT], |
+[rm -rf .tst 2>/dev/null |
+mkdir .tst 2>/dev/null |
+if test -d .tst; then |
+ am__leading_dot=. |
+else |
+ am__leading_dot=_ |
+fi |
+rmdir .tst 2>/dev/null |
+AC_SUBST([am__leading_dot])]) |
+ |
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- |
# From Jim Meyering |
-# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 |
-# Free Software Foundation, Inc. |
+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, |
+# 2011 Free Software Foundation, Inc. |
# |
# This file is free software; the Free Software Foundation |
# gives unlimited permission to copy and/or distribute it, |
@@ -71,7 +93,7 @@ AC_DEFUN([AM_MAINTAINER_MODE], |
[disable], [m4_define([am_maintainer_other], [enable])], |
[m4_define([am_maintainer_other], [enable]) |
m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) |
-AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) |
+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) |
dnl maintainer-mode's default is 'disable' unless 'enable' is passed |
AC_ARG_ENABLE([maintainer-mode], |
[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful |
@@ -87,13 +109,13 @@ AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of |
AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) |
-# Copyright (C) 2006, 2008 Free Software Foundation, Inc. |
+# Copyright (C) 2006, 2008, 2010 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. |
-# serial 2 |
+# serial 3 |
# _AM_SUBST_NOTMAKE(VARIABLE) |
# --------------------------- |
@@ -102,11 +124,7 @@ AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) |
AC_DEFUN([_AM_SUBST_NOTMAKE]) |
# AM_SUBST_NOTMAKE(VARIABLE) |
-# --------------------------- |
+# -------------------------- |
# Public sister of _AM_SUBST_NOTMAKE. |
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |
-m4_include([../config/largefile.m4]) |
-m4_include([../config/lead-dot.m4]) |
-m4_include([../config/plugins.m4]) |
-m4_include([acinclude.m4]) |