1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-24 06:01:07 +03:00

Use better comment marker in Autoconf input

The comment marker "#" is copied to the output, so it's only
appropriate for comments that make sense in the shell output.  For
comments about the Autoconf language, "dnl" should be used.
This commit is contained in:
Peter Eisentraut
2019-02-09 15:55:17 +01:00
parent 356687bd82
commit 4446565d36
4 changed files with 9 additions and 16 deletions

View File

@@ -91,7 +91,7 @@ AC_DEFUN([PGAC_LLVM_SUPPORT],
LLVM_BINPATH=`$LLVM_CONFIG --bindir`
# LLVM_CONFIG, CLANG are already output via AC_ARG_VAR
dnl LLVM_CONFIG, CLANG are already output via AC_ARG_VAR
AC_SUBST(LLVM_LIBS)
AC_SUBST(LLVM_CPPFLAGS)
AC_SUBST(LLVM_CFLAGS)