cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
blob 6fb44332e36ef6fd39f6a54a730b5ab7008bda24 476 bytes (raw)
$ git show HEAD:autogen.sh	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
#!/bin/sh
>> test/slow.mk
glver="$(gnulib-tool --version | head -n1)"
if gnulib-tool --update && autoreconf -i
then
	echo "$glver" > .gnulib-version
	if ! grep -w free_mount_entry >/dev/null lib/mountlist.h
	then
		cat >&2 <<EOF

ERROR: gnulib too old
gnulib commit 41d1b6c42641a5b9e21486ca2074198ee7909bd7
("mountlist: add support for deallocating returned list entries")
or later (from July 2013) for free_mount_entry support

EOF
		exit 1
	fi
	exit 0
fi
cat HACKING
exit 1

git clone https://yhbt.net/cmogstored.git