From c9412ff03faad91f4c6c1ee930e7067b2e301d78 Mon Sep 17 00:00:00 2001 From: fstd Date: Sat, 23 Jan 2016 04:08:54 +0100 Subject: [PATCH] autogen.sh: use autoreconf --- autogen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 69a9d0c..12e4de5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,8 +3,7 @@ echo "Generating configuration files..." echo -autoconf -autoheader +autoreconf # evil rm -rf autom4te.cache ./configure "$@" -- 2.47.3