We have autoconf...let's actually use it.

(note, M4 wasn't used, so...bye)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43215 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker
2006-09-18 19:57:09 +00:00
parent b93280947a
commit 23def858f7
4 changed files with 48 additions and 10 deletions

View File

@@ -142,13 +142,6 @@ ifeq ($(OSARCH),linux-gnu)
endif
endif
ID=id
ifeq ($(OSARCH),SunOS)
M4=/usr/local/bin/m4
ID=/usr/xpg4/bin/id
endif
ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG)
ifeq ($(AST_DEVMODE),yes)