diff options
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ set -v export AUTOMAKE='automake --foreign' aclocal libtoolize -autoreconf +autoreconf -i pushd daemon -autoreconf +autoreconf -i popd ./configure "$@" |