Added PACKAGE_STATUS to configure.ac

This commit is contained in:
James Booth
2012-10-23 23:52:40 +01:00
parent 1c2d99c007
commit a8e9851449
2 changed files with 13 additions and 4 deletions

View File

@@ -2,7 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
AC_INIT([profanity], [0.1.9dev], [boothj5web@gmail.com])
AC_INIT([profanity], [0.1.9], [boothj5web@gmail.com])
AC_DEFINE([PACKAGE_STATUS], ["release"], [Status of this build])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_AUX_DIR([build-aux])