diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,8 +14,7 @@ PKG_NAME=udev-extras } (cd $srcdir; - autoreconf --install --symlink && - autoreconf && + autoreconf --install --symlink ./configure $@ ) |