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
This commit is contained in:
Nicola Pero 2002-01-09 14:14:24 +00:00
parent 665ab4ae85
commit 9576e17acc

View file

@ -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
#--------------------------------------------------------------------