From b7d0f977e0f6bef02103a33aa9e5639d9ea3bfee Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 26 Jun 2006 14:18:42 +0000 Subject: 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 --- makeopts.in | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 makeopts.in (limited to 'makeopts.in') 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@ + -- cgit v1.2.3