summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-24 11:58:01 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-24 11:58:01 -0700
commite5602cd46d763b5b245e0864c1e7d444b6d2adb7 (patch)
treeeb3bb9aace44772ac87b261c5e7064f457231ee8
parenta8583d00fd4647f59a56bb93a2514038447beb12 (diff)
config: Add missing AC_CONFIG_SRCDIR
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7e05702..bc80acb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,8 +21,12 @@ dnl PERFORMANCE OF THIS SOFTWARE.
dnl
dnl Process this file with autoconf to create configure.
+# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT(scripts,[1.0.1], [https://gitlab.freedesktop.org/xorg/app/scripts/issues],scripts)
+AC_CONFIG_SRCDIR([Makefile.am])
+
+# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-xz])
# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS