diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-24 12:01:39 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-24 12:01:39 -0700 |
commit | 5c25edf60b90d6a9aea5c92ec1cead7ef910a33d (patch) | |
tree | 3926503cd3015430b7a558c1b3d5a98c6ac3c1ea | |
parent | 93bb002b5509516e2020884e5ad6b71700b25e00 (diff) |
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9b135bb..d0f8fd1 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,6 @@ AC_CONFIG_MACRO_DIR([m4]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-xz]) -AM_MAINTAINER_MODE # Initialize libtool AC_PROG_LIBTOOL |