Commit 2cf8fa0d18a30bf35f2607135922334ffcb893c1

Authored by Georg Hopp
1 parent 11a6d635

add bootstrap file

Showing 1 changed file with 7 additions and 0 deletions
  1 +#!/bin/sh
  2 +
  3 +aclocal
  4 +libtoolize --copy
  5 +autoheader
  6 +automake --gnu --add-missing --copy
  7 +autoconf
... ...
Please register or login to post a comment