Updated version number to something else, so users testing
svn won't get confused. Also removed the check for a C compiler. It seems that when searching for both a C and a C++ compiler, configure don't care that there's no C++ if there's a C one.
This commit is contained in:
parent
dd167055b2
commit
d2070ca6e5
|
@ -1,7 +1,7 @@
|
|||
dnl --- Package name is first argument to AC_INIT
|
||||
dnl --- Release version is second argument to AC_INIT
|
||||
|
||||
AC_INIT(desmume, [0.8])
|
||||
AC_INIT(desmume, [svn])
|
||||
|
||||
dnl -- find target architecture for some os specific libraries
|
||||
AC_CANONICAL_TARGET
|
||||
|
@ -15,9 +15,6 @@ AC_SUBST(desmume_arch)
|
|||
|
||||
AM_INIT_AUTOMAKE([1.10])
|
||||
|
||||
dnl -- make sure we have a C compiler
|
||||
AC_PROG_CC
|
||||
|
||||
dnl -- make sure we have a c++ compiler
|
||||
AC_PROG_CXX
|
||||
|
||||
|
|
Loading…
Reference in New Issue