summary refs log tree commit diff
path: root/bin/dash/autogen.sh
blob: 5e9006ca1de595200f532490a5fbae6b9a53618b (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

aclocal \
&& autoheader \
&& automake --add-missing --copy \
&& autoconf
Enroe 2019-07-27Remove scheme text linkJune McEnroe 2019-07-26Update Dark.terminalJune McEnroe 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe