1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04: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 testsuite
tags tags
.deps/ .deps/
build-aux/
Makefile Makefile
Makefile.in Makefile.in
aclocal.m4 aclocal.m4
@ -20,8 +21,5 @@ src/config.h.in
config.status config.status
configure configure
configure.scan configure.scan
depcomp
install-sh
missing
stamp-h1 stamp-h1
*~ *~

View File

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