]> skyeroc.xyz Git - dgamelaunch/commitdiff
autogen.sh: use autoreconf
authorfstd <van.fstd@gmail.com>
Sat, 23 Jan 2016 03:08:54 +0000 (04:08 +0100)
committerfstd <van.fstd@gmail.com>
Sat, 23 Jan 2016 03:08:54 +0000 (04:08 +0100)
autogen.sh

index 69a9d0ca3a609a5e687a1003bd5bec38bc39e469..12e4de58b922ecc7407c5e8c8ddbe2e19340b02f 100755 (executable)
@@ -3,8 +3,7 @@
 echo "Generating configuration files..."
 echo
 
-autoconf
-autoheader
+autoreconf
 # evil
 rm -rf autom4te.cache
 ./configure "$@"