X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=oh-my-god.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=d3334b11fbaab22c3dc4fd0982b714e449845bb3;hp=0000000000000000000000000000000000000000;hb=dc9935984d6921aba89634cb8467bfbfe9064691;hpb=f9cd853637030130ad803c5899bf195825522bc5 diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..d3334b1 --- /dev/null +++ b/configure.ac @@ -0,0 +1,21 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.68]) +AC_INIT([oh-my-god], [0.1], [null@example.org]) +AM_INIT_AUTOMAKE +AM_MAINTAINER_MODE + +# Checks for programs. + +# Checks for libraries. + +# Checks for header files. + +# Checks for typedefs, structures, and compiler characteristics. + +# Checks for library functions. + +AC_CONFIG_FILES([Makefile + src/Makefile]) +AC_OUTPUT