Skip to content

Commit

Permalink
BUILD: Do not use deprecated autoconf macros
Browse files Browse the repository at this point in the history
  • Loading branch information
jjardon authored and DrMcCoy committed Jan 4, 2012
1 parent c8883a5 commit b18e410
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
AC_PREREQ([2.65])

AC_INIT([eos],[0.0.1])

AC_CONFIG_MACRO_DIR([m4])

AC_INIT(eos, 0.0.1)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS(config.h)
Expand Down Expand Up @@ -232,7 +233,8 @@ AC_SUBST(EOS_LIBS)

AC_SUBST(WERROR)

AC_OUTPUT(utf8cpp/Makefile \
AC_CONFIG_FILES([
utf8cpp/Makefile \
glew/Makefile \
lua/Makefile \
src/common/Makefile \
Expand All @@ -257,4 +259,5 @@ AC_OUTPUT(utf8cpp/Makefile \
src/engines/dragonage/Makefile \
src/engines/jade/Makefile \
src/Makefile \
Makefile)
Makefile])
AC_OUTPUT

0 comments on commit b18e410

Please sign in to comment.