summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@redhat.com>2011-09-16 19:02:43 +0200
committerTomas Mraz <tmraz@redhat.com>2011-09-16 19:02:43 +0200
commite745294c1839de3b0886c6cbe5d8601c56dd3dcf (patch)
tree2f46e7e2e66ee2a52557d577268ec738545b91c4 /autogen.sh
downloadlibpwquality-e745294c1839de3b0886c6cbe5d8601c56dd3dcf.tar.gz
Initial import into the repository.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..25ef983
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -x
+aclocal -I m4
+autoheader
+automake -a
+autoconf