summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2013-09-11 21:27:11 +0800
committerLAN-TW <lantw44@gmail.com>2013-09-11 21:27:11 +0800
commit78204824d6f255cb82d6066d20ec6c34f60d7ced (patch)
tree033f2c6813fe27dbb20ffc126612bae17ba9bb90
parent93e0064b82b8fc89bd3a011c6eccbd10ca30d50e (diff)
downloadgsoc2013-libgnome-autoar-78204824d6f255cb82d6066d20ec6c34f60d7ced.tar
gsoc2013-libgnome-autoar-78204824d6f255cb82d6066d20ec6c34f60d7ced.tar.gz
gsoc2013-libgnome-autoar-78204824d6f255cb82d6066d20ec6c34f60d7ced.tar.bz2
gsoc2013-libgnome-autoar-78204824d6f255cb82d6066d20ec6c34f60d7ced.tar.lz
gsoc2013-libgnome-autoar-78204824d6f255cb82d6066d20ec6c34f60d7ced.tar.xz
gsoc2013-libgnome-autoar-78204824d6f255cb82d6066d20ec6c34f60d7ced.tar.zst
gsoc2013-libgnome-autoar-78204824d6f255cb82d6066d20ec6c34f60d7ced.zip
Rename from libgnome-autoar to gnome-autoar
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index aba155f..5175f9f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-PKG_NAME="libgnome-autoar"
+PKG_NAME="gnome-autoar"
(test -f $srcdir/configure.ac \
) || {
diff --git a/configure.ac b/configure.ac
index d8af50b..47a64b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
-AC_INIT([libgnome-autoar], [0.1], [BUG-REPORT-ADDRESS], [libgnome-autoar])
+AC_INIT([gnome-autoar], [0.1], [BUG-REPORT-ADDRESS], [gnome-autoar])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([gnome-autoar/autoar.h])