Skip to content

Commit b0fc382

Browse files
committed
Rename aux to acaux
1 parent 6d5c726 commit b0fc382

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2765,7 +2765,7 @@ as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
27652765
ac_aux_files="config.rpath config.guess config.sub install-sh"
27662766

27672767
# Locations in which to look for auxiliary files.
2768-
ac_aux_dir_candidates="${srcdir}/aux"
2768+
ac_aux_dir_candidates="${srcdir}/acaux"
27692769

27702770
# Search for a directory containing all of the required auxiliary files,
27712771
# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ AC_SUBST(PACKAGE_VERS)
5757
PACKAGE_PATCHLEVEL="${PACKAGE_VERSION##*.}"
5858
AC_SUBST(PACKAGE_PATCHLEVEL)
5959

60-
AC_CONFIG_AUX_DIR([aux])
60+
AC_CONFIG_AUX_DIR([acaux])
6161
AC_CONFIG_MACRO_DIR([m4])
6262
AC_CONFIG_SRCDIR([tc.vers.c])
6363
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)