Skip to content

Commit

Permalink
Updated by autoupdate 2.69
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovic Rousseau committed May 18, 2012
1 parent 4bfd6ac commit 6d45c80
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General init

# /!\ Don't forget to update 'CMakeLists.txt' too /!\
AC_INIT(libnfc, 1.6.0-rc1, [email protected])
AC_INIT([libnfc],[1.6.0-rc1],[[email protected]])

AC_CONFIG_MACRO_DIR([m4])

Expand All @@ -16,13 +16,13 @@ AM_INIT_AUTOMAKE

m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])

AC_LANG_C
AC_LANG([C])
AC_PROG_CC
AC_PROG_MAKE_SET

WITH_POSIX_ONLY_EXAMPLES=1
# Libtool
AC_PROG_LIBTOOL
LT_INIT
case "$host" in
*-pc-linux-gnu)
AC_MSG_RESULT([Fixing libtool for -rpath problems.])
Expand Down Expand Up @@ -65,8 +65,6 @@ AC_TYPE_INT16_T
AC_TYPE_INT32_T
AC_TYPE_OFF_T

AC_TYPE_SIGNAL

LIBNFC_CFLAGS='-I$(top_srcdir)/libnfc -I$(top_builddir)/include -I$(top_srcdir)/include'
AC_SUBST(LIBNFC_CFLAGS)

Expand Down

0 comments on commit 6d45c80

Please sign in to comment.