update to automake 1.4/autoconf 2.13
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5460 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -10,12 +10,10 @@ AC_TRY_LINK([
|
||||
#include <glob.h>],[
|
||||
glob(NULL, GLOB_BRACE|GLOB_NOCHECK|GLOB_QUOTE|GLOB_TILDE, NULL, NULL);
|
||||
],:,ac_cv_func_glob_working=no,:))
|
||||
: << END
|
||||
@@@funcs="$funcs glob"@@@
|
||||
END
|
||||
|
||||
if test "$ac_cv_func_glob_working" = yes; then
|
||||
foo=HAVE_GLOB
|
||||
AC_DEFINE_UNQUOTED($foo)
|
||||
AC_DEFINE(HAVE_GLOB, 1, [define if you have a glob() that groks
|
||||
GLOB_BRACE, GLOB_NOCHECK, GLOB_QUOTE, and GLOB_TILDE])
|
||||
fi
|
||||
if test "$ac_cv_func_glob_working" = yes; then
|
||||
AC_NEED_PROTO([#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user