Change access check for posix compliance for
[xfstests-dev.git] / aclocal.m4
1 # aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
2
3 # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
4 # Free Software Foundation, Inc.
5 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14
15 # Generic macro, sets up all of the global packaging variables.
16 # The following environment variables may be set to override defaults:
17 #   DEBUG OPTIMIZER MALLOCLIB PLATFORM DISTRIBUTION INSTALL_USER INSTALL_GROUP
18 #   BUILD_VERSION
19 #
20 AC_DEFUN([AC_PACKAGE_GLOBALS],
21   [ pkg_name="$1"
22     AC_SUBST(pkg_name)
23
24     . ./VERSION
25     pkg_version=${PKG_MAJOR}.${PKG_MINOR}.${PKG_REVISION}
26     AC_SUBST(pkg_version)
27     pkg_release=$PKG_BUILD
28     test -z "$BUILD_VERSION" || pkg_release="$BUILD_VERSION"
29     AC_SUBST(pkg_release)
30
31     DEBUG=${DEBUG:-'-DDEBUG'}           dnl  -DNDEBUG
32     debug_build="$DEBUG"
33     AC_SUBST(debug_build)
34
35     OPTIMIZER=${OPTIMIZER:-'-g'}        dnl  -O2
36     opt_build="$OPTIMIZER"
37     AC_SUBST(opt_build)
38
39     MALLOCLIB=${MALLOCLIB:-''}          dnl  /usr/lib/libefence.a
40     malloc_lib="$MALLOCLIB"
41     AC_SUBST(malloc_lib)
42
43     PKG_USER=${INSTALL_USER:-'root'}
44     pkg_user="$PKG_USER"
45     AC_SUBST(pkg_user)
46
47     PKG_GROUP=${INSTALL_GROUP:-'root'}
48     pkg_group="$PKG_GROUP"
49     AC_SUBST(pkg_group)
50
51     pkg_distribution=`uname -s`
52     test -z "$DISTRIBUTION" || pkg_distribution="$DISTRIBUTION"
53     AC_SUBST(pkg_distribution)
54
55     pkg_platform=`uname -s | tr 'A-Z' 'a-z' | sed -e 's/irix64/irix/'`
56     test -z "$PLATFORM" || pkg_platform="$PLATFORM"
57     AC_SUBST(pkg_platform)
58   ])
59
60 #
61 # Check for specified utility (env var) - if unset, fail.
62
63 AC_DEFUN([AC_PACKAGE_NEED_UTILITY],
64   [ if test -z "$2"; then
65         echo
66         echo FATAL ERROR: $3 does not seem to be installed.
67         echo $1 cannot be built without a working $4 installation.
68         exit 1
69     fi
70   ])
71
72 #
73 # Generic macro, sets up all of the global build variables.
74 # The following environment variables may be set to override defaults:
75 #  CC MAKE LIBTOOL TAR ZIP MAKEDEPEND AWK SED ECHO SORT
76 #  MSGFMT MSGMERGE RPM
77 #
78 AC_DEFUN([AC_PACKAGE_UTILITIES],
79   [ if test -z "$CC"; then
80         AC_PROG_CC
81     fi
82     cc="$CC"
83     AC_SUBST(cc)
84     AC_PACKAGE_NEED_UTILITY($1, "$cc", cc, [C compiler])
85
86     if test -z "$MAKE"; then
87         AC_PATH_PROG(MAKE, make, /usr/bin/make)
88     fi
89     make=$MAKE
90     AC_SUBST(make)
91     AC_PACKAGE_NEED_UTILITY($1, "$make", make, [GNU make])
92
93     if test -z "$LIBTOOL"; then
94         AC_PATH_PROG(LIBTOOL, libtool,,/usr/bin:/usr/local/bin)
95     fi
96     libtool=$LIBTOOL
97     AC_SUBST(libtool)
98     AC_PACKAGE_NEED_UTILITY($1, "$libtool", libtool, [GNU libtool])
99
100     if test -z "$TAR"; then
101         AC_PATH_PROG(TAR, tar)
102     fi
103     tar=$TAR
104     AC_SUBST(tar)
105     if test -z "$ZIP"; then
106         AC_PATH_PROG(ZIP, gzip, /bin/gzip)
107     fi
108     zip=$ZIP
109     AC_SUBST(zip)
110     if test -z "$MAKEDEPEND"; then
111         AC_PATH_PROG(MAKEDEPEND, makedepend, /bin/true)
112     fi
113     makedepend=$MAKEDEPEND
114     AC_SUBST(makedepend)
115     if test -z "$AWK"; then
116         AC_PATH_PROG(AWK, awk, /bin/awk)
117     fi
118     awk=$AWK
119     AC_SUBST(awk)
120     if test -z "$SED"; then
121         AC_PATH_PROG(SED, sed, /bin/sed)
122     fi
123     sed=$SED
124     AC_SUBST(sed)
125     if test -z "$ECHO"; then
126         AC_PATH_PROG(ECHO, echo, /bin/echo)
127     fi
128     echo=$ECHO
129     AC_SUBST(echo)
130     if test -z "$SORT"; then
131         AC_PATH_PROG(SORT, sort, /bin/sort)
132     fi
133     sort=$SORT
134     AC_SUBST(sort)
135
136     dnl check if symbolic links are supported
137     AC_PROG_LN_S
138
139     if test "$enable_gettext" = yes; then
140         if test -z "$MSGFMT"; then
141                 AC_CHECK_PROG(MSGFMT, msgfmt, /usr/bin/msgfmt)
142         fi
143         msgfmt=$MSGFMT
144         AC_SUBST(msgfmt)
145         AC_PACKAGE_NEED_UTILITY($1, "$msgfmt", msgfmt, gettext)
146         if test -z "$MSGMERGE"; then
147                 AC_CHECK_PROG(MSGMERGE, msgmerge, /usr/bin/msgmerge)
148         fi
149         msgmerge=$MSGMERGE
150         AC_SUBST(msgmerge)
151         AC_PACKAGE_NEED_UTILITY($1, "$msgmerge", msgmerge, gettext)
152     fi
153
154     if test -z "$RPM"; then
155         AC_PATH_PROG(RPM, rpm, /bin/rpm)
156     fi
157     rpm=$RPM
158     AC_SUBST(rpm)
159     dnl .. and what version is rpm
160     rpm_version=0
161     test -x $RPM && rpm_version=`$RPM --version \
162                         | awk '{print $NF}' | awk -F. '{V=1; print $V}'`
163     AC_SUBST(rpm_version)
164     dnl At some point in rpm 4.0, rpm can no longer build rpms, and
165     dnl rpmbuild is needed (rpmbuild may go way back; not sure)
166     dnl So, if rpm version >= 4.0, look for rpmbuild.  Otherwise build w/ rpm
167     if test $rpm_version -ge 4; then
168         AC_PATH_PROG(RPMBUILD, rpmbuild)
169         rpmbuild=$RPMBUILD
170     else
171         rpmbuild=$RPM
172     fi
173     AC_SUBST(rpmbuild)
174   ])
175
176 AC_DEFUN([AC_PACKAGE_NEED_UUID_H],
177   [ AC_CHECK_HEADERS(uuid.h)
178     if test $ac_cv_header_uuid_h = no; then
179         AC_CHECK_HEADERS(uuid/uuid.h,, [
180         echo
181         echo 'FATAL ERROR: could not find a valid UUID header.'
182         echo 'Install the Universally Unique Identifiers development package.'
183         exit 1])
184     fi
185   ])
186
187 AC_DEFUN([AC_PACKAGE_NEED_UUIDCOMPARE],
188   [ AC_CHECK_FUNCS(uuid_compare)
189     if test $ac_cv_func_uuid_compare = yes; then
190         libuuid=""
191     else
192         AC_CHECK_LIB(uuid, uuid_compare,, [
193             echo
194             echo 'FATAL ERROR: could not find a valid UUID library.'
195             echo 'Install the Universally Unique Identifiers library package.'
196             exit 1])
197         libuuid="-luuid"
198     fi
199     AC_SUBST(libuuid)
200   ])
201
202 AC_DEFUN([AC_PACKAGE_NEED_XFS_LIBXFS_H],
203   [ AC_CHECK_HEADERS([xfs/libxfs.h])
204     if test "$ac_cv_header_xfs_libxfs_h" != "yes"; then
205         echo
206         echo 'FATAL ERROR: cannot find a valid <xfs/libxfs.h> header file.'
207         echo 'Install or upgrade the XFS development package.'
208         echo 'Alternatively, run "make install-dev" from the xfsprogs source.'
209         exit 1
210     fi
211   ])
212
213 AC_DEFUN([AC_PACKAGE_NEED_XFS_HANDLE_H],
214   [ AC_CHECK_HEADERS([xfs/handle.h])
215     if test "$ac_cv_header_xfs_handle_h" != "yes"; then
216         echo
217         echo 'FATAL ERROR: cannot find a valid <xfs/handle.h> header file.'
218         echo 'Install or upgrade the XFS development package.'
219         echo 'Alternatively, run "make install-dev" from the xfsprogs source.'
220         exit 1
221     fi
222   ])
223
224 AC_DEFUN([AC_PACKAGE_NEED_LIBXFSINIT_LIBXFS],
225   [ AC_CHECK_LIB(xfs, libxfs_init,, [
226         echo
227         echo 'FATAL ERROR: could not find a valid XFS base library.'
228         echo 'Install or upgrade the XFS library package.'
229         echo 'Alternatively, run "make install-dev" from the xfsprogs source.'
230         exit 1
231     ])
232     libxfs="-lxfs"
233     test -f `pwd`/../xfsprogs/libxfs/libxfs.la && \
234         libxfs="`pwd`/../xfsprogs/libxfs/libxfs.la"
235     test -f /usr/lib/libxfs.la && libxfs="/usr/lib/libxfs.la"
236     AC_SUBST(libxfs)
237   ])
238
239 AC_DEFUN([AC_PACKAGE_NEED_ATTRLIST_LIBHANDLE],
240   [ AC_CHECK_LIB(handle, attr_list_by_handle,, [
241         echo
242         echo 'FATAL ERROR: could not find a current XFS handle library.'
243         echo 'Install or upgrade the XFS library package.'
244         echo 'Alternatively, run "make install-dev" from the xfsprogs source.'
245         exit 1
246     ])
247     libhdl="-lhandle"
248     test -f `pwd`/../xfsprogs/libhandle/libhandle.la && \
249         libhdl="`pwd`/../xfsprogs/libhandle/libhandle.la"
250     test -f /usr/lib/libhandle.la && libhdl="/usr/lib/libhandle.la"
251     AC_SUBST(libhdl)
252   ])
253
254 AC_DEFUN([AC_PACKAGE_NEED_XFSCTL_MACRO],
255   [ AC_MSG_CHECKING([xfsctl from xfs/libxfs.h])
256     AC_TRY_LINK([#include <xfs/libxfs.h>], [ int x = xfsctl(0, 0, 0, 0); ],
257       [ echo ok ],
258       [ echo
259         echo 'FATAL ERROR: cannot find required macros in the XFS headers.'
260         echo 'Upgrade your XFS programs (xfsprogs) development package.'
261         echo 'Alternatively, run "make install-dev" from the xfsprogs source.'
262         exit 1
263       ])
264   ])
265
266 AC_DEFUN([AC_PACKAGE_NEED_ATTR_XATTR_H],
267   [ AC_CHECK_HEADERS([attr/xattr.h])
268     if test "$ac_cv_header_attr_xattr_h" != "yes"; then
269         echo
270         echo 'FATAL ERROR: attr/xattr.h does not exist.'
271         echo 'Install the extended attributes (attr) development package.'
272         echo 'Alternatively, run "make install-lib" from the attr source.'
273         exit 1
274     fi
275   ])
276
277 AC_DEFUN([AC_PACKAGE_NEED_ATTR_ERROR_H],
278   [ AC_CHECK_HEADERS([attr/error_context.h])
279     if test "$ac_cv_header_attr_error_context_h" != "yes"; then
280         echo
281         echo 'FATAL ERROR: attr/error_context.h does not exist.'
282         echo 'Install the extended attributes (attr) development package.'
283         echo 'Alternatively, run "make install-lib" from the attr source.'
284         exit 1
285     fi
286   ])
287
288 AC_DEFUN([AC_PACKAGE_NEED_ATTR_ATTRIBUTES_H],
289   [ AC_CHECK_HEADERS([attr/attributes.h])
290     if test "$ac_cv_header_attr_attributes_h" != "yes"; then
291         echo
292         echo 'FATAL ERROR: attr/attributes.h does not exist.'
293         echo 'Install the extended attributes (attr) development package.'
294         echo 'Alternatively, run "make install-lib" from the attr source.'
295         exit 1
296     fi
297   ])
298
299 AC_DEFUN([AC_PACKAGE_NEED_GETXATTR_LIBATTR],
300   [ AC_CHECK_LIB(attr, getxattr,, [
301         echo
302         echo 'FATAL ERROR: could not find a valid Extended Attributes library.'
303         echo 'Install the extended attributes (attr) development package.'
304         echo 'Alternatively, run "make install-lib" from the attr source.'
305         exit 1
306     ])
307     libattr="-lattr"
308     test -f `pwd`/../attr/libattr/libattr.la && \
309         libattr="`pwd`/../attr/libattr/libattr.la"
310     test -f /usr/lib/libattr.la && libattr="/usr/lib/libattr.la"
311     AC_SUBST(libattr)
312   ])
313
314 AC_DEFUN([AC_PACKAGE_NEED_ATTRGET_LIBATTR],
315   [ AC_CHECK_LIB(attr, attr_get,, [
316         echo
317         echo 'FATAL ERROR: could not find a valid Extended Attributes library.'
318         echo 'Install the extended attributes (attr) development package.'
319         echo 'Alternatively, run "make install-lib" from the attr source.'
320         exit 1
321     ])
322     libattr="-lattr"
323     test -f `pwd`/../attr/libattr/libattr.la && \
324         libattr="`pwd`/../attr/libattr/libattr.la"
325     test -f /usr/lib/libattr.la && libattr="/usr/lib/libattr.la"
326     AC_SUBST(libattr)
327   ])
328
329 AC_DEFUN([AC_PACKAGE_NEED_ATTRIBUTES_MACROS],
330   [ AC_MSG_CHECKING([macros in attr/attributes.h])
331     AC_TRY_LINK([
332 #include <sys/types.h>
333 #include <attr/attributes.h>],
334     [ int x = ATTR_SHIFT; ], [
335         echo
336         echo 'FATAL ERROR: incorrect macros exist in attributes.h header file.'
337         echo 'Upgrade the extended attributes (attr) development package.'
338         echo 'Alternatively, run "make install-dev" from the attr source.'
339         exit 1 ],
340     [ echo ok ])
341   ])
342
343 AC_DEFUN([AC_PACKAGE_NEED_SYS_ACL_H],
344   [ AC_CHECK_HEADERS([sys/acl.h])
345     if test "$ac_cv_header_sys_acl_h" != "yes"; then
346         echo
347         echo 'FATAL ERROR: sys/acl.h does not exist.'
348         echo 'Install the access control lists (acl) development package.'
349         echo 'Alternatively, run "make install-lib" from the acl source.'
350         exit 1
351     fi
352   ])
353
354 AC_DEFUN([AC_PACKAGE_NEED_ACL_LIBACL_H],
355   [ AC_CHECK_HEADERS([acl/libacl.h])
356     if test "$ac_cv_header_acl_libacl_h" != "yes"; then
357         echo
358         echo 'FATAL ERROR: acl/libacl.h does not exist.'
359         echo 'Install the access control lists (acl) development package.'
360         echo 'Alternatively, run "make install-lib" from the acl source.'
361         exit 1
362     fi
363   ])
364
365
366 AC_DEFUN([AC_PACKAGE_NEED_ACLINIT_LIBACL],
367   [ AC_CHECK_LIB(acl, acl_init,, [
368         echo
369         echo 'FATAL ERROR: could not find a valid Access Control List library.'
370         echo 'Install either the libacl (rpm) or the libacl1 (deb) package.'
371         echo 'Alternatively, run "make install-lib" from the acl source.'
372         exit 1
373     ])
374     libacl="-lacl"
375     test -f `pwd`/../acl/libacl/libacl.la && \
376         libacl="`pwd`/../acl/libacl/libacl.la"
377     test -f /usr/lib/libacl.la && libacl="/usr/lib/libacl.la"
378     AC_SUBST(libacl)
379   ])
380
381 AC_DEFUN([AC_PACKAGE_WANT_LIBGDBM],
382   [ AC_CHECK_HEADER([gdbm/ndbm.h], [have_db=true ], [ have_db=false ])
383     if test $have_db = true -a -f /usr/lib/libgdbm.a; then
384         libgdbm="/usr/lib/libgdbm.a"
385     fi
386     AC_SUBST(libgdbm)
387     AC_SUBST(have_db)
388   ])
389