#!/bin/sh
set -C -e -u

# Tell dh-autoreconf where to search, instead of ./ or -Dsrc/.

find src -name configure.ac -printf '%h\n'

# Order matters:
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29482#c9
