first commit

This commit is contained in:
2024-11-08 00:27:08 +05:30
commit 02eed13731
4 changed files with 200 additions and 0 deletions

21
configure.in Normal file
View File

@@ -0,0 +1,21 @@
AC_INIT(["Name of Program"], [ Version X.X.X], ["author email"])
AM_INIT_AUTOMAKE
AC_CHECK_PROGS(CC,[clang, gcc, xlc, icc], [""])
AC_PROG_CC
AC_SUBST(CC)
AC_CHECK_HEADERS(string.h)
AC_CHECK_HEADERS(strings.h)
AC_CONFIG_FILES([Makefile.config])
AC_CONFIG_HEADERS([config.h])
AC_OUTPUT
###GUIDE LIST############
#
# G1. AC_INIT():
# Tells autoconf tool to make