-rw-r--r-- | autogen.bash | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.bash b/autogen.bash new file mode 100644 index 0000000..14798fd --- a/dev/null +++ b/autogen.bash @@ -0,0 +1,6 @@ +#!/bin/bash + aclocal \ +&& autoheader \ +&& automake -a \ +&& autoconf \ +&& ./configure "$@" |