1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

m4 support

This commit is contained in:
Fabian Freyer 2014-09-26 04:03:56 +02:00
parent f6e0a219ff
commit 35127321c9

View File

@ -2,6 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_INIT([profanity], [0.4.5], [boothj5web@gmail.com])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_AUX_DIR([build-aux])