diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-05-04 07:51:30 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-05-04 07:51:30 +0200 |
commit | 6c36311e345b9d3dcd6541b618e389e5ee2413a1 (patch) | |
tree | 343979035ad4ddfc8925357aa7934fa8ba8b5cc0 /aclocal.m4 | |
parent | document changes and release 0.15-1 (diff) | |
parent | Imported Upstream version 0.16~rc1 (diff) | |
download | krb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.tar.gz krb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.tar.bz2 krb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.zip |
Merge commit 'upstream/0.16.rc1'
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 23 |
1 files changed, 1 insertions, 22 deletions
@@ -648,7 +648,7 @@ IT_PO_SUBDIR([po]) AC_DEFUN([IT_PO_SUBDIR], [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. dnl -dnl The following CONFIG_COMMANDS should be exetuted at the very end +dnl The following CONFIG_COMMANDS should be executed at the very end dnl of config.status. AC_CONFIG_COMMANDS_PRE([ AC_CONFIG_COMMANDS([$1/stamp-it], [ @@ -9427,27 +9427,6 @@ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) -# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 5 - -# AM_PROG_LEX -# ----------- -# Autoconf leaves LEX=: if lex or flex can't be found. Change that to a -# "missing" invocation, for better error output. -AC_DEFUN([AM_PROG_LEX], -[AC_PREREQ(2.50)dnl -AC_REQUIRE([AM_MISSING_HAS_RUN])dnl -AC_REQUIRE([AC_PROG_LEX])dnl -if test "$LEX" = :; then - LEX=${am_missing_run}flex -fi]) - # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering |