root / trunk / bootstrap

Revision 301, 87 bytes (checked in by indeyets, 5 months ago)

forced configure to check for bison, as yacc does not work for us

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1#! /bin/sh
2
3set -x
4aclocal
5autoheader
6autoconf
7automake --foreign --add-missing --copy
Note: See TracBrowser for help on using the browser.