1ae93745d2
The GIT file was removed from the tree because I have stopped using TopGit. Because of this is must also be removed from the top level Makefile.am as will as the zfs.spec.in file which referenced it. Fix type in lib/libzpool/Makefile.am which was preventing the needed zrlock.h header from being included by 'make dist'. I simply had the name wrong in the Makefile.am. Regenerated autogen.sh build products. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
8 lines
129 B
Bash
8 lines
129 B
Bash
#!/bin/sh
|
|
|
|
aclocal -I config &&
|
|
libtoolize --automake --copy
|
|
autoheader &&
|
|
automake --add-missing --include-deps --copy
|
|
autoconf
|