--- dosemu-1.3.2.orig/configure.ac 2006-07-23 12:43:57.000000000 +0200 +++ dosemu-1.3.2.orig/configure.ac 2006-07-23 12:45:01.000000000 +0200 @@ -1,15 +1,15 @@ +# first check if we are called from default-configure and if not, +# execute that to parse compiletime settings +if test -z "$DOSEMU_DEFAULT_CONFIGURE" ; then + exec $srcdir/default-configure "$@" +fi + dnl Process this file with autoconf to produce a configure script. AC_INIT([DOSEMU], [], [http://sourceforge.net/tracker/?atid=457447&group_id=49784&func=browse],dosemu) AC_CONFIG_SRCDIR(src/dos.c) AC_PREREQ(2.53) -# first check if we are called from default-configure and if not, -# execute that to parse compiletime settings -if test -z "$DOSEMU_DEFAULT_CONFIGURE" ; then - exec $srcdir/default-configure "$@" -fi - AC_CONFIG_HEADER(src/include/config.h) AC_CANONICAL_TARGET([])