Skip to content

Commit

Permalink
Add SVN_REVISION define in config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Feb 12, 2010
1 parent 7516e8d commit 778dd0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
AC_INIT(nfc-eventd, 0.1.0, rconty@il4p.fr)

AC_CONFIG_HEADER(config.h)

# SVN Revision
define([svn_revision], esyscmd([sh -c "svnversion -n"]))
SVN_REVISION=svn_revision
AC_DEFINE_UNQUOTED([SVN_REVISION], ["$SVN_REVISION"], [SVN revision])

# Automake
AM_INIT_AUTOMAKE

AC_LANG_C
Expand Down

0 comments on commit 778dd0a

Please sign in to comment.