autotools: use m4/ rather than existing admin/ for m4/autotools utils

This commit is contained in:
Jon Trulson 2019-10-23 17:44:11 -06:00
parent a6c3aad21f
commit 4bda07b5ab
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
AC_INIT([cde-desktop], [2.3.1], [jon@radscan.com])
AC_CONFIG_AUX_DIR([admin])
AC_CONFIG_AUX_DIR([m4])
AC_CONFIG_HEADERS([include/config.h])
AM_INIT_AUTOMAKE([foreign])
AC_PREFIX_DEFAULT(/usr/dt)