1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Added subdir-objects option to configure.ac

This commit is contained in:
James Booth 2012-07-03 01:59:32 +01:00
parent cf6da8a44c
commit 3134a7b68e
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ configure
configure.scan configure.scan
stamp-h1 stamp-h1
*~ *~
*dirstamp

View File

@ -6,7 +6,7 @@ AC_INIT([profanity], [0.10], [boothj5web@gmail.com])
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]) AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign]) AM_INIT_AUTOMAKE([foreign subdir-objects])
# Checks for programs. # Checks for programs.
AC_PROG_CC AC_PROG_CC