* configure.in: Remove a hack for Unixware. AC_FUNC_GETMNTENT
checks -lgen for getmntent as of Autoconf 2.52.
Этот коммит содержится в:
родитель
e136f3b7b3
Коммит
4e09ec3e27
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-09 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Remove a hack for Unixware. AC_FUNC_GETMNTENT
|
||||||
|
checks -lgen for getmntent as of Autoconf 2.52.
|
||||||
|
|
||||||
2001-09-07 Pavel Roskin <proski@gnu.org>
|
2001-09-07 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* configure.in: Check for pwd.h.
|
* configure.in: Check for pwd.h.
|
||||||
|
@ -184,12 +184,6 @@ AC_DEFINE(IS_AIX, 1, [Define if compiling for AIX])
|
|||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
], [AC_MSG_RESULT(no)])
|
], [AC_MSG_RESULT(no)])
|
||||||
|
|
||||||
dnl
|
|
||||||
dnl This hack is here until autoconf adds it
|
|
||||||
dnl Needed for Unixware: getmntent is on libgen.a
|
|
||||||
dnl
|
|
||||||
AC_CHECK_LIB(gen, getmntent, [LIBS="-lgen $LIBS"])
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl This is from GNU fileutils, check aclocal.m4 for more information
|
dnl This is from GNU fileutils, check aclocal.m4 for more information
|
||||||
dnl
|
dnl
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user