mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Added build-aux folder to configure.ac
This commit is contained in:
parent
1b13ef7d99
commit
cf6da8a44c
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
*~
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user