mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
move autoconfig.h to the include/asterisk directory so it will get installed
install asterisk.h include the system's default include directory git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32860 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.ac Revision: 30458 .
|
||||
# From configure.ac Revision: 32846 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59e.
|
||||
#
|
||||
@@ -2015,7 +2015,7 @@ test -n "$target_alias" &&
|
||||
|
||||
|
||||
# specify output header file
|
||||
ac_config_headers="$ac_config_headers include/autoconfig.h"
|
||||
ac_config_headers="$ac_config_headers include/asterisk/autoconfig.h"
|
||||
|
||||
|
||||
|
||||
@@ -26855,7 +26855,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF
|
||||
for ac_config_target in $ac_config_targets
|
||||
do
|
||||
case $ac_config_target in
|
||||
"include/autoconfig.h") CONFIG_HEADERS="$CONFIG_HEADERS include/autoconfig.h" ;;
|
||||
"include/asterisk/autoconfig.h") CONFIG_HEADERS="$CONFIG_HEADERS include/asterisk/autoconfig.h" ;;
|
||||
"build_tools/menuselect-deps") CONFIG_FILES="$CONFIG_FILES build_tools/menuselect-deps" ;;
|
||||
"makeopts") CONFIG_FILES="$CONFIG_FILES makeopts" ;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user