*** empty log message ***
[m17n/m17n-db.git] / configure.ac
index 1e072cf..d3e336c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003, 2004
+# Copyright (C) 2003, 2004, 2005, 2006
 #   National Institute of Advanced Industrial Science and Technology (AIST)
 #   Registration Number H15PRO112
 
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the m17n library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT(m17n-db, 1.2.0, bugs-m17n-db@m17n.org)
-AM_INIT_AUTOMAKE(m17n-db, 1.2.0)
+AC_INIT(m17n-db, 1.3.4, bugs-m17n-lib@m17n.org)
+AM_INIT_AUTOMAKE(m17n-db, 1.3.4)
+AM_GNU_GETTEXT([external])
 
 # Checks for programs.
 AC_PROG_INSTALL
@@ -62,7 +63,10 @@ else :
 fi
 
 
-AC_CONFIG_FILES([Makefile mapconv m17n-db])
+ICONS=`cd icons; echo *.png`
+AC_SUBST(ICONS)
+
+AC_CONFIG_FILES([Makefile mapconv m17n-db m17n-db.pc icons/Makefile po/Makefile.in])
 AC_OUTPUT
 
 # Print configuration message.