diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-10-09 02:35:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-10-09 02:35:57 +0800 |
commit | d4d71ddbfe706b2c5e2b7747919cbb3dffd83b58 (patch) | |
tree | 07680717ef826fbd0d4eb420745464ddc446e9ff /configure.ac | |
parent | 5bab0972ef7fb33da8b1000d049dc12638f73d9e (diff) | |
download | gsoc2013-epiphany-d4d71ddbfe706b2c5e2b7747919cbb3dffd83b58.tar.gz gsoc2013-epiphany-d4d71ddbfe706b2c5e2b7747919cbb3dffd83b58.tar.zst gsoc2013-epiphany-d4d71ddbfe706b2c5e2b7747919cbb3dffd83b58.zip |
Add application.ini file.
svn path=/trunk/; revision=7524
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 89601606e..9b3d7e933 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,10 @@ AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor]) AC_SUBST([EPIPHANY_API_VERSION],[epiphany_version_major.epiphany_version_minor]) AC_SUBST([EPIPHANY_UA_VERSION]) +# Build ID +BUILDID="$(TZ=UTC0 date +'%Y%m%d')" +AC_SUBST([BUILDID]) + AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip tar-ustar]) AM_MAINTAINER_MODE @@ -801,6 +805,8 @@ embed/xulrunner/embed/Makefile embed/xulrunner/src/Makefile embed/xulrunner/tests/Makefile embed/xulrunner/utils/Makefile +xulapp/Makefile +xulapp/application.ini ]) AC_CONFIG_FILES([ |