You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
435 B

  1. --- a/configure.in
  2. +++ b/configure.in
  3. @@ -25,7 +25,7 @@ recommended. You can remove the check f
  4. your responsibility whether the result works or not.])])
  5. AC_COPYRIGHT([Copyright (c) 1996-2016, PostgreSQL Global Development Group])
  6. AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
  7. -AC_CONFIG_AUX_DIR(config)
  8. +AC_CONFIG_AUX_DIR([config])
  9. AC_PREFIX_DEFAULT(/usr/local/pgsql)
  10. AC_SUBST(configure_args, [$ac_configure_args])