2b42e9326a
Signed-off-by: Lon Hohberger <lon@users.sourceforge.net>
9 lines
61 B
Bash
Executable File
9 lines
61 B
Bash
Executable File
#!/bin/bash
|
|
|
|
aclocal
|
|
autoconf
|
|
autoheader
|
|
automake -a
|
|
|
|
exit 0
|