Allan's addition of the mkdir test to configure.in.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9662 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-02-22 11:00:46 +00:00
parent e0ac508aa0
commit 4ec18c5c8b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-02-22 Allan Rae <rae@lyx.org>
* configure.in: Add missing MKDIR call
2005-02-17 Michael Schmitt <michael.schmitt@teststep.org>
* qt.m4: detect Qt Win/Free library

View File

@ -264,6 +264,9 @@ LYX_CHECK_DECL(snprintf, stdio.h)
LYX_CHECK_DECL(vsnprintf, stdio.h)
LYX_CHECK_DECL(istreambuf_iterator, iterator)
# Check the form of mkdir()
AC_FUNC_MKDIR
dnl This is a slight hack: the tests generated by autoconf 2.52 do not
dnl work correctly because of some conflict with stdlib.h with g++ 2.96
dnl We aim to remove this eventually, since we should test as much as