mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
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:
parent
e0ac508aa0
commit
4ec18c5c8b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user