summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2006-09-18 19:57:09 +0000
committerJason Parker <jparker@digium.com>2006-09-18 19:57:09 +0000
commit23def858f760815aceb49c5e92f020b4ca890aba (patch)
tree2db69a00e73f60987e4bc83749f54ce11fa509d3 /Makefile
parentb93280947a1f431221a315078b5e3b6df7c8c9ea (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 4ab5ad84e..f5f0205e5 100644
--- a/Makefile
+++ b/Makefile
@@ -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)