Skip to content

Commit

Permalink
Update Autotools, and fix a warning when use autogen.sh due to cdda.h
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdelellis committed Jan 10, 2013
1 parent f327d80 commit 7752aa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,11 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

dnl Check for basic programs
AC_PROG_CC()
AM_PROG_CC_C_O()
AC_PROG_INSTALL()
IT_PROG_INTLTOOL()

dnl Initialize libtool
LT_PREREQ([2.2.6])
LT_INIT([disable-static])

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bin_PROGRAMS = pragha

INCLUDES = \
AM_CPPFLAGS = \
-DDBUS_API_SUBJECT_TO_CHANGE \
-DG_LOG_DOMAIN=\"pragha\" \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
Expand Down

0 comments on commit 7752aa4

Please sign in to comment.