diff options
author | Perberos <[email protected]> | 2011-11-09 23:50:08 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 23:50:08 -0300 |
commit | 21b3ff82393313b00f352c84cdd21c40fb84e27e (patch) | |
tree | 1149dce0ee76c2cf72793d633b5d2f5c4ed651f4 /configure.ac | |
parent | 70438138096a47b2505ac55634cd94947ce378b6 (diff) | |
download | engrampa-21b3ff82393313b00f352c84cdd21c40fb84e27e.tar.bz2 engrampa-21b3ff82393313b00f352c84cdd21c40fb84e27e.tar.xz |
renaming fileroller to engrampa
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 5e2c2de..58d5a7e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(file-roller, 2.32.0, [http://bugzilla.mate.org/enter_bug.cgi?product=file-roller]) +AC_INIT([engrampa], [2011.11.9], [http://bugzilla.mate.org/enter_bug.cgi?product=engrampa]) AM_INIT_AUTOMAKE([1.9 foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) @@ -122,7 +122,7 @@ fi dnl ****************************** -GETTEXT_PACKAGE=file-roller +GETTEXT_PACKAGE=engrampa AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GetText Package]) @@ -164,9 +164,9 @@ AC_SUBST(CAJA_EXTENSION_DIR) dnl ****************************** AC_CONFIG_FILES([Makefile - file-roller.spec + engrampa.spec data/Makefile - data/file-roller.desktop.in + data/engrampa.desktop.in data/ui/Makefile data/icons/Makefile data/icons/16x16/Makefile |