Skip to content

Commit

Permalink
# Improved pre-build and i18n support.
Browse files Browse the repository at this point in the history
  • Loading branch information
afrantzis committed Dec 22, 2006
1 parent 0f54015 commit 99975d3
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 500 deletions.
6 changes: 6 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

autopoint
aclocal
automake -a
autoconf
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ AC_PREREQ(2.59)
AC_INIT([bless], [0.4.9], [alf82@freemail.gr])
AC_CONFIG_SRCDIR([src/buffers/ByteBuffer.cs])
AM_INIT_AUTOMAKE

AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION(0.15)

# Checks for programs.
AC_PATH_PROG(PKG_CONFIG,pkg-config)
Expand Down
Loading

0 comments on commit 99975d3

Please sign in to comment.