From 1aa45c0f19b457f4d055b5fb449b9697a531b539 Mon Sep 17 00:00:00 2001 From: Fabian Freyer Date: Tue, 26 Aug 2014 22:10:34 +0200 Subject: [PATCH] Removed m4 mkdir and added m4/ to .gitignore --- .gitignore | 1 + bootstrap.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 029ff3d..b93e08d 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ tests/test_hash tests/test_jid tests/test_sasl tests/test_sock +m4/ diff --git a/bootstrap.sh b/bootstrap.sh index cd8bec7..7c590a3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,3 @@ #!/bin/sh -mkdir -p m4 autoreconf -i