summaryrefslogtreecommitdiffstats
path: root/patches/glibc-2.18/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patches/glibc-2.18/autogen.sh')
-rwxr-xr-xpatches/glibc-2.18/autogen.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/patches/glibc-2.18/autogen.sh b/patches/glibc-2.18/autogen.sh
deleted file mode 100755
index 2f7a28e..0000000
--- a/patches/glibc-2.18/autogen.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-# rebuild ./configure (required by
-# 0003-configure.in-detect-readelf-with-AC_CHECK_TARGET_TOO.patch) but do not
-# use autoreconf, this does not work on every system correctly. Even makefiles
-# do it that way!
-chmod +w configure
-autoconf configure.in > configure
-