diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-05-12 22:48:36 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-05-12 22:48:36 +0300 |
commit | 37d630875d33bf3c291026c40bb08d1b6c9edcc8 (patch) | |
tree | 68fb026f54a962cf1d631f010e98681add6ed014 /debian/patches/autoconf-select.diff | |
download | openjdk-8-debian.tar.gz |
Imported debian/openjdk-8_8u131-b11-1debian/8u131-b11-1debian
Diffstat (limited to 'debian/patches/autoconf-select.diff')
-rw-r--r-- | debian/patches/autoconf-select.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/autoconf-select.diff b/debian/patches/autoconf-select.diff new file mode 100644 index 0000000..1d650eb --- /dev/null +++ b/debian/patches/autoconf-select.diff @@ -0,0 +1,12 @@ +--- a/common/autoconf/autogen.sh ++++ b/common/autoconf/autogen.sh +@@ -43,7 +43,9 @@ fi + + custom_hook=$custom_script_dir/custom-hook.m4 + ++if test "x${AUTOCONF}" = x; then + AUTOCONF="`which autoconf 2> /dev/null | grep -v '^no autoconf in'`" ++fi + + echo "Autoconf found: ${AUTOCONF}" + |