Add CFLAGS
This commit is contained in:
parent
d7ff9fa84d
commit
936151c14f
1 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,15 @@ AC_STDC_HEADERS
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
|
|
||||||
|
changequote(,)dnl
|
||||||
|
if test "x$GCC" = "xyes"; then
|
||||||
|
case " $CFLAGS " in
|
||||||
|
*[\ \ ]-Wall[\ \ ]*) ;;
|
||||||
|
*) CFLAGS="$CFLAGS -Wall" ;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
changequote([,])dnl
|
||||||
|
|
||||||
# Internationalization support
|
# Internationalization support
|
||||||
GETTEXT_PACKAGE=control-center
|
GETTEXT_PACKAGE=control-center
|
||||||
AC_SUBST(GETTEXT_PACKAGE)
|
AC_SUBST(GETTEXT_PACKAGE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue