diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2006-06-11 15:13:06 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2006-06-11 15:13:06 +0000 |
commit | 448be9fa3dcb50ff4b160a1b1566b20129731f3a (patch) | |
tree | eb48be71fe0945537bf1aa7fef297cc2f68f89e5 /m4/_xine.m4 | |
parent | ba717771e1356acbc7c4c35cb2828098a5a31675 (diff) | |
download | xine-lib-448be9fa3dcb50ff4b160a1b1566b20129731f3a.tar.gz xine-lib-448be9fa3dcb50ff4b160a1b1566b20129731f3a.tar.bz2 |
Add xine-specific changes to the new intl files, other little correction.
CVS patchset: 8034
CVS date: 2006/06/11 15:13:06
Diffstat (limited to 'm4/_xine.m4')
-rw-r--r-- | m4/_xine.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/_xine.m4 b/m4/_xine.m4 index a67425bdc..897ba07a2 100644 --- a/m4/_xine.m4 +++ b/m4/_xine.m4 @@ -180,7 +180,7 @@ dnl AC_CHECK_GENERATE_INTTYPES_H (INCLUDE-DIRECTORY) dnl generate a default inttypes.h if the header file does not exist already AC_DEFUN([AC_CHECK_GENERATE_INTTYPES], [AC_CHECK_HEADER([inttypes.h],, - [[ ! -d $1 ] && mkdir $1 + [if test ! -d $1; then mkdir $1; fi AC_CHECK_HEADER([stdint.h], [cat >$1/inttypes.h << EOF #ifndef _INTTYPES_H |