build: add m4 directory to source tree

m4 directory is required for autotools generation, the use of bootstrap
script is nice helper, however, the autoreconf -ivf should be usable
for autotools based checkout without any other action.

these days the bootstrap script is kinda useless, in the old days it was
a very complex set of autoconf/automake/libtool/gettext commands.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
libnfs-4.0.0-vitalif
Alon Bar-Lev 2015-08-24 01:04:58 +03:00
parent cc69b9c189
commit 8338c7e27f
2 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,2 @@
#!/bin/bash
mkdir -p m4
#!/bin/sh
autoreconf -vif

0
m4/.keep Normal file
View File