Skip to content

Commit

Permalink
moved configure.in to configure.ac, as the latter is apparently the c…
Browse files Browse the repository at this point in the history
…orrect naming convention
  • Loading branch information
ColumPaget committed Feb 12, 2019
1 parent 15f8a96 commit 0c055a3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


AC_INIT([main.c])

AC_CONFIG_SUBDIRS([libUseful-2.0])

AC_PROG_CC
AC_LANG_C
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_HEADER_STDC

dnl read Makefile.in and write Makefile
AC_OUTPUT(Makefile)

0 comments on commit 0c055a3

Please sign in to comment.