Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

AC_PREREQ(2.59)
AC_INIT([LCD4Linux],[0.11.0-SVN],[[email protected]])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([lcd4linux.c])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
Expand All @@ -40,6 +41,7 @@ AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
PKG_PROG_PKG_CONFIG
LT_INIT

# dmalloc
AM_WITH_DMALLOC
Expand Down Expand Up @@ -171,6 +173,3 @@ AC_MSG_RESULT(
[ $PLUGINS]
[-----------------------------------------]
)

AC_CONFIG_MACRO_DIR([m4])
LT_INIT