aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-04-24 21:19:06 -0400
committerJeff Garzik <jeff@garzik.org>2006-04-24 21:19:06 -0400
commit7e3ab79542f53c6861c8a0069c864c2b630583a5 (patch)
tree15765cb25865c058b4e4f5a3564057093cad1cba
parent8d7c2c7a452200060c8c32470a7e967119c56f80 (diff)
downloaddbfs-7e3ab79542f53c6861c8a0069c864c2b630583a5.tar.gz
Rename overall project to fuse-dbfs.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cdbf8b5..38c4b62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT(fuse-db, 0.1, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(fuse-dbfs, 0.1, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([dbfs.c])
AM_INIT_AUTOMAKE([gnu])