|
|
|
@ -1,15 +1,13 @@ |
|
|
|
|
m4_define([pkg_version], [0.7]) |
|
|
|
|
#m4_define([pkg_revision], [901]) |
|
|
|
|
m4_define([pkg_revision], [000]) |
|
|
|
|
m4_define([pkg_version], m4_ifdef([pkg_revision], [pkg_version.pkg_revision], [pkg_version])) |
|
|
|
|
m4_define([rpm_revision], m4_ifdef([pkg_revision], ["0.%(date '+%y%m%d')"], [1])) |
|
|
|
|
|
|
|
|
|
AC_INIT(e16keyedit, [pkg_version], [enlightenment-devel@lists.sourceforge.net]) |
|
|
|
|
AC_INIT([e16keyedit], [pkg_version], [enlightenment-devel@lists.sourceforge.net]) |
|
|
|
|
AM_INIT_AUTOMAKE([foreign]) |
|
|
|
|
|
|
|
|
|
AC_SUBST(E_RPM_REVISION, [rpm_revision]) |
|
|
|
|
|
|
|
|
|
AM_CONFIG_HEADER(config.h) |
|
|
|
|
|
|
|
|
|
dnl Checks for programs. |
|
|
|
|
AC_PROG_CC |
|
|
|
|
AC_PROG_INSTALL |
|
|
|
@ -43,8 +41,6 @@ AC_PATH_X |
|
|
|
|
AC_HEADER_STDC |
|
|
|
|
AC_CHECK_HEADERS(unistd.h) |
|
|
|
|
|
|
|
|
|
dnl Checks for typedefs, structures, and compiler characteristics. |
|
|
|
|
|
|
|
|
|
dnl Checks for library functions. |
|
|
|
|
|
|
|
|
|
AC_OUTPUT(Makefile e16keyedit.spec) |
|
|
|
|
AC_CONFIG_HEADERS([config.h]) |
|
|
|
|
AC_CONFIG_FILES(Makefile e16keyedit.spec) |
|
|
|
|
AC_OUTPUT |
|
|
|
|