From 94d080f31cebadccaa34e13114d31089953ae11c Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 9 Jan 2002 14:14:24 +0000 Subject: [PATCH] Use config.guess and config.sub provided by gnustep-make git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12060 72102866-910b-0410-8b05-ffd578937521 --- Source/mframe/configure.in | 5 +++++ 1 file changed, 5 insertions(+) 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 #--------------------------------------------------------------------