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, 9 insertions, 0 deletions
diff --git a/patches/glibc-2.18/autogen.sh b/patches/glibc-2.18/autogen.sh
new file mode 100755
index 0000000..2f7a28e
--- /dev/null
+++ b/patches/glibc-2.18/autogen.sh
@@ -0,0 +1,9 @@
+#!/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
+