common/autoconf/configure.ac

changeset 2213
5510b933fa58
parent 2212
dd97daafa80b
child 2215
7a73b8b4ac8a
     1.1 --- a/common/autoconf/configure.ac	Wed Apr 11 04:42:33 2018 -0700
     1.2 +++ b/common/autoconf/configure.ac	Wed Apr 11 09:36:13 2018 -0700
     1.3 @@ -33,7 +33,7 @@
     1.4  AC_PREREQ([2.69])
     1.5  AC_INIT(OpenJDK, jdk8, build-dev@openjdk.java.net,,http://openjdk.java.net)
     1.6  
     1.7 -AC_CONFIG_AUX_DIR([common/autoconf/build-aux])
     1.8 +AC_CONFIG_AUX_DIR([$TOPDIR/common/autoconf/build-aux])
     1.9  m4_include([build-aux/pkg.m4])
    1.10  
    1.11  # Include these first...

mercurial