GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / share / aclocal-1.11 / lead-dot.m4
blobd83bfa0b088214a7533161e370760554fe43e52b
1 ##                                                          -*- Autoconf -*-
2 # Copyright (C) 2003, 2005  Free Software Foundation, Inc.
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # serial 2
10 # Check whether the underlying file-system supports filenames
11 # with a leading dot.  For instance MS-DOS doesn't.
12 AC_DEFUN([AM_SET_LEADING_DOT],
13 [rm -rf .tst 2>/dev/null
14 mkdir .tst 2>/dev/null
15 if test -d .tst; then
16   am__leading_dot=.
17 else
18   am__leading_dot=_
20 rmdir .tst 2>/dev/null
21 AC_SUBST([am__leading_dot])])