Bash scripting

This commit is contained in:
2024-11-15 22:12:29 +05:30
parent 02eed13731
commit 92742e091b
4 changed files with 218 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
AC_INIT(["Name of Program"], [ Version X.X.X], ["author email"])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE()
AC_CHECK_PROGS(CC,[clang, gcc, xlc, icc], [""])
AC_PROG_CC