source: git/autogen.sh @ cad9d1

spielwiese
Last change on this file since cad9d1 was cad9d1, checked in by Hans Schoenemann <hannes@…>, 10 years ago
porting: /bin/sh is standard, /bin/bash not
  • Property mode set to 100755
File size: 98 bytes
Line 
1#! /bin/sh
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.