Add hashbang line with the interpreter.

Ulrich Eckhardt 2014-11-16 12:07:14 +01:00
parent 920d7bd54f
commit 38b596b232
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
[ -z "$ACLOCAL" ] && ACLOCAL=aclocal
[ -z "$AUTOCONF" ] && AUTOCONF=autoconf
[ -z "$AUTOHEADER" ] && AUTOHEADER=autoheader