From 8338c7e27f4fa3a120d8ee901611aaa3e390d576 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Mon, 24 Aug 2015 01:04:58 +0300 Subject: [PATCH] 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 --- bootstrap | 5 +---- m4/.keep | 0 2 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 m4/.keep diff --git a/bootstrap b/bootstrap index 7012301..5a29d5f 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,2 @@ -#!/bin/bash - -mkdir -p m4 +#!/bin/sh autoreconf -vif - diff --git a/m4/.keep b/m4/.keep new file mode 100644 index 0000000..e69de29