aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-18 19:57:09 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-18 19:57:09 +0000
commit094036c9968685a49e5a3e25e5398d8be6e1b536 (patch)
tree2db69a00e73f60987e4bc83749f54ce11fa509d3 /Makefile
parent93d304cc003b4a52308e964e6b883606488a9f6f (diff)
We have autoconf...let's actually use it.
(note, M4 wasn't used, so...bye) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43215 f38db490-d61c-443f-a65b-d21fe96a405b
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)