modernized the autoconf stuff

This commit is contained in:
cebix 2003-07-01 18:10:38 +00:00
parent c945f0484e
commit 0074b3346e

View File

@ -1,7 +1,8 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl Written in 2002 by Christian Bauer et al. dnl Written in 2002 by Christian Bauer et al.
AC_INIT(main_unix.cpp) AC_INIT([Basilisk II], 1.0, [Christian.Bauer@uni-mainz.de], BasiliskII)
AC_CONFIG_SRCDIR(main_unix.cpp)
AC_PREREQ(2.52) AC_PREREQ(2.52)
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)
@ -1105,7 +1106,8 @@ AC_SUBST(DEFINES)
AC_SUBST(SYSSRCS) AC_SUBST(SYSSRCS)
AC_SUBST(CPUINCLUDES) AC_SUBST(CPUINCLUDES)
AC_SUBST(CPUSRCS) AC_SUBST(CPUSRCS)
AC_OUTPUT(Makefile) AC_CONFIG_FILES([Makefile])
AC_OUTPUT
dnl Print summary. dnl Print summary.
echo echo