lac : 360984250de2d663b882bd64999637e715e91af2

     1: #!/bin/sh
     2: # This script is use to configure and compile sources
     3: # extracted from the git repository.
     4: #
     5: # Use this if you just cloned the repository to build.
     6: #
     7: # Git does not maintain information about creation time of the 
     8: # original files, and this confuses the configure script into
     9: # believing that configure.ac and Makefile.in are out of date.
    10: #
    11: touch aclocal.m4
    12: touch Makefile.in
    13: ./configure
    14: make

Generated by git2html.