Skip to content
Snippets Groups Projects
Commit b3ab5300 authored by Joshua Colp's avatar Joshua Colp
Browse files

Merged revisions 48960 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r48960 | file | 2006-12-25 12:04:48 -0500 (Mon, 25 Dec 2006) | 2 lines

Clean up autoconf file (gets rid of warnings seen when rebuilding configure) and rebuild configure.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48961 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 6ecb1751
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -27,6 +27,9 @@ AC_CONFIG_HEADER(include/asterisk/autoconfig.h)
AC_COPYRIGHT("Asterisk")
AC_REVISION($Revision$)
AC_GNU_SOURCE
AC_USE_SYSTEM_EXTENSIONS
case "${host_os}" in
freebsd*)
ac_default_prefix=/usr/local
......@@ -95,9 +98,6 @@ if test ! x"${UNAME}" = xNo; then
fi
AC_SUBST(PBX_OSREV)
# This needs to be before any macros that use the C compiler
AC_GNU_SOURCE
AH_TOP(
#ifndef ASTERISK_AUTOCONFIG_H
#define ASTERISK_AUTOCONFIG_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment