mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
Add macro guards for config.h.
This commit is contained in:
parent
5f8683b346
commit
453f0e8a28
@ -5,6 +5,13 @@ AC_INIT([SheepShaver], 2.3, [Christian.Bauer@uni-mainz.de], SheepShaver)
|
||||
AC_CONFIG_SRCDIR(main_unix.cpp)
|
||||
AC_PREREQ(2.52)
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AH_TOP(
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
)
|
||||
AH_BOTTOM(
|
||||
#endif /* CONFIG_H */
|
||||
)
|
||||
|
||||
dnl Canonical system information.
|
||||
AC_CANONICAL_HOST
|
||||
|
Loading…
x
Reference in New Issue
Block a user