summaryrefslogtreecommitdiff
path: root/popt-1.2/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'popt-1.2/autogen.sh')
-rwxr-xr-xpopt-1.2/autogen.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/popt-1.2/autogen.sh b/popt-1.2/autogen.sh
deleted file mode 100755
index fd0c14d7..00000000
--- a/popt-1.2/autogen.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-autoheader
-autoconf
-
-if [ "$1" = "--noconfigure" ]; then
- exit 0;
-fi
-
-./configure "$@"