diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,5 +1,3 @@ -libtoolize -aclocal -automake --add-missing -autoheader -autoconf +#!/bin/sh + +autoreconf --install --symlink --force |