Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138327
Collapse All | Expand All

(-)dosemu-1.3.2.orig/configure.ac (-6 / +6 lines)
Lines 1-15 Link Here
1
# first check if we are called from default-configure and if not,
2
# execute that to parse compiletime settings
3
if test -z "$DOSEMU_DEFAULT_CONFIGURE" ; then
4
  exec $srcdir/default-configure "$@"
5
fi
6
1
dnl Process this file with autoconf to produce a configure script.
7
dnl Process this file with autoconf to produce a configure script.
2
AC_INIT([DOSEMU], [],
8
AC_INIT([DOSEMU], [],
3
[http://sourceforge.net/tracker/?atid=457447&group_id=49784&func=browse],dosemu)
9
[http://sourceforge.net/tracker/?atid=457447&group_id=49784&func=browse],dosemu)
4
AC_CONFIG_SRCDIR(src/dos.c)
10
AC_CONFIG_SRCDIR(src/dos.c)
5
AC_PREREQ(2.53)
11
AC_PREREQ(2.53)
6
12
7
# first check if we are called from default-configure and if not,
8
# execute that to parse compiletime settings
9
if test -z "$DOSEMU_DEFAULT_CONFIGURE" ; then
10
  exec $srcdir/default-configure "$@"
11
fi
12
13
AC_CONFIG_HEADER(src/include/config.h)
13
AC_CONFIG_HEADER(src/include/config.h)
14
14
15
AC_CANONICAL_TARGET([])
15
AC_CANONICAL_TARGET([])

Return to bug 138327