Author: Gianluca Guida <glguida@tlbflush.org>
Date: Sun Feb 26 18:31:04 UTC 2017
Parent: dd29503b2854d42fb485c626c1a807906bea066e
Log message:
git_compile.sh: document
1: diff --git a/git_compile.sh b/git_compile.sh 2: index 94bab20..3609842 100755 3: --- a/git_compile.sh 4: +++ b/git_compile.sh 5: @@ -1,4 +1,13 @@ 6: #!/bin/sh 7: +# This script is use to configure and compile sources 8: +# extracted from the git repository. 9: +# 10: +# Use this if you just cloned the repository to build. 11: +# 12: +# Git does not maintain information about creation time of the 13: +# original files, and this confuses the configure script into 14: +# believing that configure.ac and Makefile.in are out of date. 15: +# 16: touch aclocal.m4 17: touch Makefile.in 18: ./configure