Namazu-devel-ja(旧)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PATCH: autoconf 2.52



たごうです.

namazu 2.0.7のconfigure.inでautoconf 2.52dを使うとエラーがで
るのを修正するパッチを作ってみました.

--
Akira TAGOH  : tagoh@xxxxxxxxxxx  / Japan GNOME Users Group
at@xxxxxxxxx : tagoh@xxxxxxxxxxxx / GNOME-DB Project
             : tagoh@xxxxxxxxxx   / Red Hat, Inc.
             : tagoh@xxxxxxxxxx   / Debian Project
diff -ruN namazu-2.0.7.orig/configure.in namazu-2.0.7/configure.in
--- namazu-2.0.7.orig/configure.in	Tue Oct 30 16:30:29 2001
+++ namazu-2.0.7/configure.in	Tue Oct 30 16:30:45 2001
@@ -13,7 +13,7 @@
 dnl * Process this file with autoconf to produce a configure script.
 dnl *
 AC_INIT(src/cgi.c)
-AC_PREREQ(2.13)               dnl Minimum Autoconf version required.
+AC_PREREQ(2.52)               dnl Minimum Autoconf version required.
 
 
 AM_INIT_AUTOMAKE(namazu, 2.0.7)
@@ -335,8 +335,8 @@
     tmp=`$PERL -nle 'print \$1 if /^\\$VERSION = \"([\d\.]+)\";\$/' \
 	$srcdir/File-MMagic/MMagic.pm`
     # tmp="10.0"  # for testing
-    AC_MSG_CHECKING(for File::MMagic perl module)
     changequote([, ])
+    AC_MSG_CHECKING(for File::MMagic perl module)
 
     if $PERL -e "use lib '$PMDIR'; use File::MMagic $tmp;"; then
 	AC_MSG_RESULT(yes)