Skip to content

Instantly share code, notes, and snippets.

@jonm
Last active November 16, 2015 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonm/bf27659346fef32d2890 to your computer and use it in GitHub Desktop.
Save jonm/bf27659346fef32d2890 to your computer and use it in GitHub Desktop.
first attempt at configure.ac for src/ directory
AC_INIT([dmserver], [0.1.0], [foo@example.com])
AM_INIT_AUTOMAKE([-g -Werror -DIMPL_SECURITY -DNEW_RENT -DLEVEL_LOSS -DNEWEXP -DGROUP_NAMES])
AC_PROG_CC
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
src/Makefile
])
AC_OUTPUT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment