<p dir="ltr">Really good idea. That has been annoying thing.</p>
<p dir="ltr">Please excuse typos. Written with a touchscreen keyboard.</p>
<p dir="ltr">--<br>
Regards,<br>
Alexander Chemeris<br>
CEO Fairwaves, Inc.<br>
<a href="https://fairwaves.co">https://fairwaves.co</a></p>
<div class="gmail_extra"><br><div class="gmail_quote">On Jul 28, 2016 12:40, "Neels Hofmeyr" <<a href="mailto:nhofmeyr@sysmocom.de">nhofmeyr@sysmocom.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From: Neels Hofmeyr <<a href="mailto:neels@hofmeyr.de">neels@hofmeyr.de</a>><br>
<br>
The INSTALL file is being overwritten by autoreconf, but it is committed<br>
as empty file. As a result, the INSTALL file always shows as modified.<br>
Instead, remove INSTALL from git and ignore it.<br>
---<br>
 .gitignore | 1 +<br>
 INSTALL    | 0<br>
 2 files changed, 1 insertion(+)<br>
 delete mode 100644 INSTALL<br>
<br>
diff --git a/.gitignore b/.gitignore<br>
index e15c19b..d1a0b33 100644<br>
--- a/.gitignore<br>
+++ b/.gitignore<br>
@@ -39,6 +39,7 @@ libtool<br>
 ltmain.sh<br>
 missing<br>
 stamp-h1<br>
+INSTALL<br>
<br>
 # vim<br>
 *.sw?<br>
diff --git a/INSTALL b/INSTALL<br>
deleted file mode 100644<br>
index e69de29..0000000<br>
--<br>
2.1.4<br>
<br>
</blockquote></div></div>