Add a DEBIANSTAMP variable and generate the debian/changelog

SVN revision: 17286
This commit is contained in:
shadoi 2005-10-07 22:22:37 +00:00 committed by shadoi
parent 5839b243a0
commit 25c3f88c5b
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,8 @@ AC_C_CONST
AM_ENABLE_SHARED
AM_PROG_LIBTOOL
AC_FUNC_ALLOCA
AC_SUBST(DEBIANSTAMP)
DEBIANSTAMP="`date "+%a, %d %b %G %T %z"`"
AC_CHECK_FUNCS(realpath)
@ -224,6 +226,7 @@ src/Makefile
src/lib/Makefile
src/bin/Makefile
edje-config
debian/changelog
],[
chmod +x edje-config
])