summaryrefslogtreecommitdiffstats
path: root/patches/glibc-2.18/autogen.sh
blob: 2f7a28e986ac7607db10777f4fdfd10214032cc9 (plain)
1
2
3
4
5
6
7
8
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