aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorGötz Waschk <waschk@mandriva.org>2007-02-20 14:03:45 +0000
committerGötz Waschk <waschk@mandriva.org>2007-02-20 14:03:45 +0000
commitf3234ef5dcce7d8998bbc77e3ac9f7f87ef0e952 (patch)
tree88c02277cae344d5a763fef4217fea56cef0e447 /autogen.sh
parent34616e1d9d75c2d3ab0bd919d2087d59af633171 (diff)
downloadrpm-setup-f3234ef5dcce7d8998bbc77e3ac9f7f87ef0e952.tar
rpm-setup-f3234ef5dcce7d8998bbc77e3ac9f7f87ef0e952.tar.gz
rpm-setup-f3234ef5dcce7d8998bbc77e3ac9f7f87ef0e952.tar.bz2
rpm-setup-f3234ef5dcce7d8998bbc77e3ac9f7f87ef0e952.tar.xz
rpm-setup-f3234ef5dcce7d8998bbc77e3ac9f7f87ef0e952.zip
add simple autogen.sh script
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..1bf55fb
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+aclocal
+autoconf
+automake -a -c