source: git/autogen.sh @ 1f4ed3

spielwiese
Last change on this file since 1f4ed3 was a821d14, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Better Autogen (with more options)
  • Property mode set to 100755
File size: 100 bytes
Line 
1#! /bin/bash
2
3cd `dirname "$0"`
4
5# -d --warnings=all
6autoreconf  -v -f -i --include=`pwd`/m4
7
8cd -
9
Note: See TracBrowser for help on using the repository browser.