SummaryRefsLogTreeCommitDiffStats
path: root/configure.ac
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-05-07 11:44:13 +0200
committerMathieu Lirzin <mthl@gnu.org>2016-05-07 23:38:53 +0200
commit52364699ed36e53ef5f913f1511f6a8e182e80ed (patch)
tree0122e675be6e727f3e0f1e44eac48dbc1f855482 /configure.ac
parent995bc9ca6ebf6880d7e7e6f3d1baa2941758fc47 (diff)
downloadmcron-52364699ed36e53ef5f913f1511f6a8e182e80ed.tar.gz
mcron-52364699ed36e53ef5f913f1511f6a8e182e80ed.tar.bz2
mcron-52364699ed36e53ef5f913f1511f6a8e182e80ed.zip
build: Use AC_CONFIG_SRCDIR safety check.
* configure.ac (AC_CONFIG_SCRDIR): Set it to 'src/mcron.c'.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 175ba16..c6c77d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,7 @@
AC_PREREQ(2.61)
AC_INIT([GNU Mcron], [1.0.8], [bug-mcron@gnu.org])
AC_CONFIG_HEADER([src/config.h])
+AC_CONFIG_SRCDIR([src/mcron.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([subdir-objects])
AM_SILENT_RULES([yes]) # enables silent rules by default