Skip to content

Commit

Permalink
Create configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
hardik05 committed Jun 3, 2023
1 parent cb65fc4 commit ffe8538
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Damn_Vulnerable_C_lib/configure.ac
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
AC_PREREQ([2.69])
AC_INIT([libimgReadlib], [1.0])
LT_INIT
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([imgReadlib.c])
AC_PROG_CC
AC_CHECK_HEADERS([stdio.h])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

0 comments on commit ffe8538

Please sign in to comment.