Skip to content

Instantly share code, notes, and snippets.

@Paxxi
Created January 6, 2015 14:48
Show Gist options
  • Save Paxxi/2be7d0cd38c1505a9d76 to your computer and use it in GitHub Desktop.
Save Paxxi/2be7d0cd38c1505a9d76 to your computer and use it in GitHub Desktop.
ICU makefile ubunto 12.04
PKG_CHECK_MODULES([ICU_UC], [icu-uc],
[INCLUDES="$INCLUDES -DU_DISABLE_RENAMING=1 $ICU_UC_CFLAGS"; LIBS="$LIBS $ICU_UC_LIBS"],
AC_CHECK_LIB([icuuc],[ucnv_open_48],
[LIBS="$LIBS -licuuc"],
AC_MSG_ERROR($missing_library)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment