remove stuff we won't need
[pcsx_rearmed.git] / autogen.sh
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755 (executable)
index 5158e8e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-# Additional options go to configure.
-
-echo "Rebuilding ./configure with autoreconf..."
-autoreconf -f -i
-if [ $? -ne 0 ]; then
-  echo "autoreconf failed"
-  exit $?
-fi
-
-./configure --enable-maintainer-mode "$@"