From 35e11fcc6fa1e8f44c2b3088dd7312325ffed4a4 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 29 Dec 2008 00:41:27 +0100 Subject: update .gitignore --- .gitignore | 1 + autogen.sh | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index baef992..bf497d5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ libtool ltmain.sh install-sh missing +compile configure stamp-h1 depcomp diff --git a/autogen.sh b/autogen.sh index 4ab3fb5..e6bf5bc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,8 +14,7 @@ PKG_NAME=udev-extras } (cd $srcdir; - autoreconf --install --symlink && - autoreconf && + autoreconf --install --symlink ./configure $@ ) -- cgit