summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-04-16 13:13:00 +0000
committerAdam Tkac <atkac@redhat.com>2008-04-16 13:13:00 +0000
commite3c6167c557005d8c62b2ccaef806680b96d1f21 (patch)
tree824470002f8adb55bcc19a885d839f16c9a6d8d4 /common
parent547117a467c9e812fa6f23adfff76c6ebcd61536 (diff)
downloadtigervnc-e3c6167c557005d8c62b2ccaef806680b96d1f21.tar.gz
tigervnc-e3c6167c557005d8c62b2ccaef806680b96d1f21.zip
- cleanup in common/configure.ac (boilerplate is no longer needed)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2482 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common')
-rw-r--r--common/configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/configure.ac b/common/configure.ac
index 8e81bd81..096fe7df 100644
--- a/common/configure.ac
+++ b/common/configure.ac
@@ -7,9 +7,7 @@ AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CXX
-AC_PROG_INSTALL
AC_PROG_LIBTOOL
-AC_PROG_MAKE_SET
AC_LANG([C++])
case "`(uname -sr) 2>/dev/null`" in
@@ -127,14 +125,6 @@ AC_MSG_RESULT(using int)
SOCKLEN_T_DEFINE='-DVNC_SOCKLEN_T=int')
AC_SUBST(SOCKLEN_T_DEFINE)
-BOILERPLATE=boilerplate.mk
-
-if (sh -c "make --version" 2>/dev/null | grep GNU 2>&1 >/dev/null); then
- if sh -c "vncmkdepend" >/dev/null 2>&1; then
- BOILERPLATE="$BOILERPLATE:depend.mk"
- fi
-fi
-
AC_OUTPUT([Makefile
rdr/Makefile
network/Makefile