summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-26 14:18:42 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-26 14:18:42 +0000
commitb7d0f977e0f6bef02103a33aa9e5639d9ea3bfee (patch)
tree39ce673aeb318cc8b0234bb950a7f4f60b7df55c /makeopts.in
parent65a9b51ba369276966ae2422d6df70b8e21aa106 (diff)
merge autoconf and menuselect support for zaptel
Happy birthday to me :) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1179 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in33
1 files changed, 33 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
new file mode 100644
index 0000000..05bc0b5
--- /dev/null
+++ b/makeopts.in
@@ -0,0 +1,33 @@
+CC=@CC@
+HOST_CC=@CC@
+
+INSTALL=@INSTALL@
+GREP=@GREP@
+SHELL=@SHELL@
+LN=@LN@
+
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+datarootdir = @datarootdir@
+datadir = @datadir@
+includedir = @includedir@
+infodir = @infodir@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+sysconfdir = @sysconfdir@
+
+NEWT_LIB=@NEWT_LIB@
+NEWT_INCLUDE=@NEWT_INCLUDE@
+
+CURSES_LIB=@CURSES_LIB@
+CURSES_INCLUDE=@CURSES_INCLUDE@
+
+NCURSES_LIB=@NCURSES_LIB@
+NCURSES_INCLUDE=@NCURSES_INCLUDE@
+