diff --git a/Source/mframe/configure.in b/Source/mframe/configure.in index d07575267..444fc7a0d 100644 --- a/Source/mframe/configure.in +++ b/Source/mframe/configure.in @@ -23,6 +23,11 @@ AC_INIT(mframe.head) # License along with this library; if not, write to the Free # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA. +#-------------------------------------------------------------------- +# Use config.guess, config.sub and install.sh provided by gnustep-make +#-------------------------------------------------------------------- +AC_CONFIG_AUX_DIR($GNUSTEP_SYSTEM_ROOT/Makefiles) + #-------------------------------------------------------------------- # Determine the host, build, and target systems #--------------------------------------------------------------------