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

Added build-aux folder to configure.ac

This commit is contained in:
James Booth 2012-07-03 00:36:04 +01:00
parent 1b13ef7d99
commit cf6da8a44c
2 changed files with 3 additions and 4 deletions

4
.gitignore vendored
View File

@ -11,6 +11,7 @@ profanity
testsuite
tags
.deps/
build-aux/
Makefile
Makefile.in
aclocal.m4
@ -20,8 +21,5 @@ src/config.h.in
config.status
configure
configure.scan
depcomp
install-sh
missing
stamp-h1
*~

View File

@ -3,9 +3,10 @@
AC_PREREQ([2.68])
AC_INIT([profanity], [0.10], [boothj5web@gmail.com])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])
# Checks for programs.
AC_PROG_CC