#!/bin/sh
-# $Id: makeinit.sh,v 1.16 2007/01/12 02:57:10 cph Exp $
+# $Id: makeinit.sh,v 1.17 2007/04/30 01:36:14 cph Exp $
#
# Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
# 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# generate "config.h".
[ -f Makefile.in ] || touch Makefile.in
-./configure "$@"
+./configure --disable-native-code "$@"
# Generate "Makefile.in" from "Makefile.in.in". Requires "config.h",
# because dependencies are generated by running GCC -M on the source