summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
-rwxr-xr-xbuild_tools/make_tree7
-rw-r--r--build_tools/menuselect-deps.in2
-rw-r--r--configure.ac2
4 files changed, 4 insertions, 13 deletions
diff --git a/README b/README
index 5e97c30..29ef174 100644
--- a/README
+++ b/README
@@ -73,9 +73,9 @@ This can be useful for any partial install target from the list above.
Options For ./configure
^^^^^^^^^^^^^^^^^^^^^^^
-The configure script various several tests and based on them generates
-some files ( build_tools/menuselect-deps and makeopts). You can pass it
---with options and variable settings, for instance:
+The configure script executes various tests and based on them generates
+makeopts. You can pass it --with options and variable settings, for
+instance:
./configure --without-ncurses CC="gcc-4.10"
diff --git a/build_tools/make_tree b/build_tools/make_tree
index 01af666..e69de29 100755
--- a/build_tools/make_tree
+++ b/build_tools/make_tree
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-echo "<?xml version=\"1.0\"?>"
-echo
-echo "<menu name=\"DAHDI Tools Selection\">"
-cat dahdi.xml
-echo "</menu>"
diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in
index d8ff845..e69de29 100644
--- a/build_tools/menuselect-deps.in
+++ b/build_tools/menuselect-deps.in
@@ -1,2 +0,0 @@
-LIBNEWT=@PBX_NEWT@
-HDLC=@PBX_HDLC@
diff --git a/configure.ac b/configure.ac
index 752d671..4fa396b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -211,7 +211,7 @@ fi
AC_SUBST(PPPD_VERSION)
-AC_CONFIG_FILES([build_tools/menuselect-deps makeopts])
+AC_CONFIG_FILES([makeopts])
AC_OUTPUT
AC_MSG_NOTICE(*** dahdi-tools build successfully configured ***)