summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xautogen.sh3
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 $@
)