6 lines
338 B
INI
6 lines
338 B
INI
# Disable autom4te cache to ensure that any change to ddclient.in triggers a
|
|
# rebuild of the configure script (which gets the version of ddclient from
|
|
# ddclient.in). See <https://lists.gnu.org/r/automake/2019-10/msg00002.html>.
|
|
begin-language: "Autoconf-without-aclocal-m4"
|
|
args: --no-cache
|
|
end-language: "Autoconf-without-aclocal-m4"
|