Fix build issues with autogen.sh (bug #10570).

This commit is contained in:
Jérôme Guelfucci 2013-12-26 20:22:21 +01:00 committed by Harald Judt
parent 34c077d904
commit 9365424047
2 changed files with 3 additions and 0 deletions

View file

@ -16,4 +16,5 @@ EOF
exit 1
}
test -d m4 || mkdir m4
xdt-autogen $@

View file

@ -17,6 +17,7 @@ dnl ***************************
AC_COPYRIGHT([Copyright (c) 2006-2013 The Xfce development team])
AC_INIT([xfce4-eyes-plugin], [eyes_version], [http://bugzilla.xfce.org/], [xfce4-eyes-plugin])
AC_PREREQ([2.60])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET()
dnl ***************************
@ -32,6 +33,7 @@ dnl ********************************
AC_PROG_CC()
AC_PROG_LD()
AC_PROG_INSTALL()
LT_PREREQ([2.2.6])
LT_INIT([disable-static])
AC_PROG_INTLTOOL()
AM_PROG_CC_C_O()