mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 08:31:02 +00:00
Merged revisions 268126 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r268126 | tilghman | 2010-06-04 15:41:24 -0500 (Fri, 04 Jun 2010) | 2 lines AC_CONFIG_SUBDIRS has a bad side-effect on cross-compiles. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@268127 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -10,9 +10,6 @@ AC_PREREQ(2.60)
|
||||
|
||||
AC_INIT([asterisk], [trunk], [https://issues.asterisk.org])
|
||||
|
||||
# Allow the --help=recursive option to function correctly
|
||||
AC_CONFIG_SUBDIRS([menuselect])
|
||||
|
||||
# cross-compile macros
|
||||
AC_CANONICAL_BUILD
|
||||
AC_CANONICAL_HOST
|
||||
|
Reference in New Issue
Block a user