summaryrefslogtreecommitdiff
path: root/examples/VFS/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2012-02-09s3-build: remove EXEEXT from MakefilesAndrew Bartlett1-3/+0
As far as I am aware, we do not actually build on any platforms that require this. The last Stratos VOS release on ftp://ftp.stratus.com/vos/samba/samba.html was 3.0.5 Andrew Bartlett
2011-11-17Improve configure.in so it can be used outside the Samba source tree.Richard Sharpe1-2/+3
Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Thu Nov 17 07:00:38 CET 2011 on sn-devel-104
2009-02-05examples/VFS: fix the configure and make with the new directory layoutStefan Metzmacher1-4/+4
metze
2007-10-10r21762: Fix the build by enabling shared modules and adding the config.*James Peach1-0/+4
files. Add norify_watch and chflags operations. Fix a bunch of warnings. (This used to be commit 1106db7ea148253e3b5f0806b2d5efcd094b202e)
2007-10-10r19852: Fix the build for the VFS examples. Fixes bugzilla #3931.James Peach1-3/+8
(This used to be commit fa69031d00f914aa8d642a2731db8c81f74bc8d9)
2007-10-10r12839: - apply changes from svn r4963 also for VFS configure - KRB5_CONFIG ↵Volker Lendecke1-4/+4
should not be used - rename it to KRB5CONFIG Thanks to Björn Jacke <bj@sernet.de> Volker (This used to be commit 9c44fef5bec76d383d25b73ecc01dc1fc25b3f20)
2004-01-15Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicableTim Potter1-3/+0
anymore. (This used to be commit 67d25f3de803f7e599c51cacd51367f124151d6b)
2003-12-05Change PICFLAG -> PICFLAGS to keep in line with version from sourceTim Potter1-16/+16
directory and fix display bug. (This used to be commit f43546d0af7c7ad74b3bf0bae1652822184a04da)
2003-06-06Make skeleton VFSs compile with new EA modules.Jeremy Allison1-0/+78
Jeremy (This used to be commit 7c4cc2086d59e163ab89366c24ba399994a49462)
2003-06-04Move VFS example skel.c to two different examples: one for opaque operations ↵Alexander Bokovoy1-0/+275
and one for transparent. Also add configure support for compiling third-party modules. Patch from Stefan Metzmacher <metze@metzemix.de> (This used to be commit fcdf215753630d4173e50b7d93d6bc8ba254a5ff)