From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude.hi.pengutronix.de ([2001:6f8:1178:2:21e:67ff:fe11:9c5c]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SepQ9-0001aL-Jo for ptxdist@pengutronix.de; Wed, 13 Jun 2012 17:23:45 +0200 Received: from jbe by dude.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1SepQ9-0002Al-GZ for ptxdist@pengutronix.de; Wed, 13 Jun 2012 17:23:45 +0200 From: Juergen Beisert Date: Wed, 13 Jun 2012 17:23:41 +0200 Message-Id: <1339601023-28824-13-git-send-email-jbe@pengutronix.de> In-Reply-To: <1339601023-28824-1-git-send-email-jbe@pengutronix.de> References: <1339601023-28824-1-git-send-email-jbe@pengutronix.de> Subject: [ptxdist] [PATCH 12/14] 'tty' is from coreutils. So, handle it like all other coreutil tools Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Juergen Beisert --- Makefile.in | 1 + configure.ac | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index a5c5ad4..ebddea5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -53,6 +53,7 @@ environment: @ln -sf @GNU_install@ "$(abs_srcdir)/bin/install" @ln -sf @GNU_stat@ "$(abs_srcdir)/bin/stat" @ln -sf @GNU_mknod@ "$(abs_srcdir)/bin/mknod" + @ln -sf @GNU_tty@ "$(abs_srcdir)/bin/tty" @ln -sf @GNU_tar@ "$(abs_srcdir)/bin/tar" @ln -sf @GNU_find@ "$(abs_srcdir)/bin/find" @ln -sf @PTXDIST_FILE@ "$(abs_srcdir)/bin/file" diff --git a/configure.ac b/configure.ac index 3d027b0..0715df0 100644 --- a/configure.ac +++ b/configure.ac @@ -149,6 +149,7 @@ GNU_TOOL(mknod, coreutils) GNU_TOOL(dirname, coreutils) GNU_TOOL(sort, coreutils) GNU_TOOL(cat, coreutils) +GNU_TOOL(tty, coreutils) GNU_TOOL(readlink, coreutils) GNU_TOOL(tar, tar) GNU_TOOL(find, findutils) @@ -288,12 +289,6 @@ if test -z "$MSGFMT"; then AC_MSG_ERROR([gettext could not be found, please install]) fi -dnl Check for tty -AC_PATH_PROGS(TTY, tty,, $PATH) -if test -z "$TTY"; then - AC_MSG_ERROR([tty could not be found, please install]) -fi - dnl Check for gcc AC_PATH_PROGS(GCC, gcc,, $PATH) -- 1.7.10 -- ptxdist mailing list ptxdist@pengutronix.de