Preserve #include "custom.h" in config.h.in. Patch due to Jochen Sprickerhof

This commit is contained in:
Dianne Skoll
2022-02-09 09:10:47 -05:00
parent 172f56754a
commit 44c9d74caa
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@@ -2292,6 +2292,7 @@ EOF
ac_config_headers="$ac_config_headers src/config.h"
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'

View File

@@ -13,6 +13,7 @@ cat <<'EOF'
EOF
AC_CONFIG_HEADER(src/config.h)
AH_BOTTOM([#include <custom.h>])
dnl Checks for programs.
AC_PROG_CC