summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-05-08 17:48:00 -0400
committerRay Strode <rstrode@redhat.com>2007-05-08 17:48:00 -0400
commitee567aeb4e47f94347ecc97827c6176d9d1f624b (patch)
tree9c099c8e53b00ff9b3356b1cf2c3408fa8bb8f03 /autogen.sh
downloadplymouth-ee567aeb4e47f94347ecc97827c6176d9d1f624b.tar.gz
plymouth-ee567aeb4e47f94347ecc97827c6176d9d1f624b.tar.xz
plymouth-ee567aeb4e47f94347ecc97827c6176d9d1f624b.zip
initial import
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..2c5bd8a
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+(cd $(dirname $0);
+ autoreconf --install --symlink;
+ intltoolize --force;
+ ./configure --enable-maintainer-mode $@)