6 lines
109 B
Bash
6 lines
109 B
Bash
|
#!/bin/bash
|
||
|
bakefile -f autoconf bakefile.bkl
|
||
|
bakefilize --copy
|
||
|
aclocal -I /usr/local/share/aclocal
|
||
|
autoconf
|