Skip to content

Commit

Permalink
apt yum: export GPG_UID
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Aug 7, 2012
1 parent d639eaf commit 0ddf4ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Expand Up @@ -143,6 +143,9 @@ fi

AC_CHECK_FUNCS([fabs], [], [AC_CHECK_LIB([m], [fabs])])

GPG_UID=m4_include(gpg_uid)
AC_SUBST(GPG_UID)

dnl **************************************************************
dnl Check for MinGW
dnl **************************************************************
Expand Down
1 change: 1 addition & 0 deletions gpg_uid
@@ -0,0 +1 @@
F07C74AC

0 comments on commit 0ddf4ba

Please sign in to comment.