[PATCH 3/5] build: run autoupdate

2010-11-28 Thread Jan Engelhardt
Signed-off-by: Jan Engelhardt jeng...@medozas.de
---
 configure.ac |7 ---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7669027..56fb27b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl  PERFORMANCE OF THIS SOFTWARE.
 dnl
 dnl Process this file with autoconf to create configure.
 
-AC_PREREQ([2.57])
+AC_PREREQ([2.65])
 AC_INIT([libxkbcommon], [0.1.0],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])
@@ -86,7 +86,7 @@ AC_SUBST([XF86KEYSYM_H])
 AC_SUBST([KS_HEADERS], ['$(KEYSYMDEF_H) $(XF86KEYSYM_H)'])
 
 AC_ARG_WITH([xkb_config_root],
-[AC_HELP_STRING([--with-xkb-config-root=paths],
+[AS_HELP_STRING([--with-xkb-config-root=paths],
 [Set default XKB config root (default: ${datadir}/X11/xkb)])],
 [XKBCONFIGROOT=$withval],
 [XKBCONFIGROOT='${datadir}/X11/xkb'])
@@ -95,7 +95,7 @@ AC_SUBST([XKBCONFIGROOT])
 XORG_RELEASE_VERSION
 XORG_CHANGELOG
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 xkbcommon.pc
 include/Makefile
@@ -104,3 +104,4 @@ src/makekeys/Makefile
 src/xkbcomp/Makefile
 test/Makefile
 ])
+AC_OUTPUT
-- 
1.7.1

___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: [PATCH 3/5] build: run autoupdate

2010-11-28 Thread Gaetan Nadon
On Sun, 2010-11-28 at 15:47 +0100, Jan Engelhardt wrote:

 +AC_PREREQ([2.65])
 

This will fail on most computers where 2.65 is installed. The minimum
version required is 2.60.
If you have 2.65, all is fine, but you cannot mandate every computer to
have 2.65.

http://wiki.x.org/wiki/ModularDevelopersGuide#Additionalrequirementsfordevelopers



signature.asc
Description: This is a digitally signed message part
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com