Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c331bb0 commit 33e6314Copy full SHA for 33e6314
autogen.sh
@@ -0,0 +1,9 @@
1
+#!/bin/sh
2
+
3
+test -e ./.autotools_aux || mkdir .autotools_aux
4
5
+libtoolize -cq
6
+aclocal -I m4 --install # Generate aclocal
7
+autoconf # Generate configure script
8
+autoheader # Generate config.h
9
+automake --add-missing --copy # Generate Makefile.in and other scripts
0 commit comments