Corrected somethings in configure.ac that were in wrong order
This commit is contained in:
parent
3b9d05a67d
commit
6f6fab38dc
1 changed files with 9 additions and 11 deletions
20
configure.ac
20
configure.ac
|
|
@ -120,17 +120,6 @@ AC_CHECK_HEADER([boost/regex.hpp],
|
|||
|
||||
AC_LANG_POP([C++])
|
||||
|
||||
|
||||
# Print a summary
|
||||
AC_MSG_RESULT([
|
||||
Configuration Summary:])
|
||||
AC_MSG_RESULT([ NoBug build level: $nobug_level])
|
||||
# Add more summary results here
|
||||
|
||||
AC_MSG_RESULT([
|
||||
Configuration complete, you can now build Lumiera with 'make'
|
||||
])
|
||||
|
||||
############## Internatinalization
|
||||
#GETTEXT_PACKAGE=gtk-lumiera
|
||||
#AC_SUBST(GETTEXT_PACKAGE)
|
||||
|
|
@ -176,6 +165,15 @@ AC_SUBST(GTK_LUMIERA_LIBS)
|
|||
|
||||
# END Gtk Dependancies
|
||||
|
||||
# Print a summary
|
||||
AC_MSG_RESULT([
|
||||
Configuration Summary:])
|
||||
AC_MSG_RESULT([ NoBug build level: $nobug_level])
|
||||
# Add more summary results here
|
||||
|
||||
AC_MSG_RESULT([
|
||||
Configuration complete, you can now build Lumiera with 'make'
|
||||
])
|
||||
|
||||
AC_CONFIG_FILES(Makefile)
|
||||
AC_OUTPUT
|
||||
|
|
|
|||
Loading…
Reference in a new issue