Last active
November 16, 2015 15:08
-
-
Save jonm/bf27659346fef32d2890 to your computer and use it in GitHub Desktop.
first attempt at configure.ac for src/ directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AC_INIT([dmserver], [0.1.0], [[email protected]]) | |
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