changeset 16663:e380d1317c72

use missing script for gperf * m4/acinclude.m4 (OCTAVE_PROG_GPERF): If gperf is missing, set GPERF so that it uses the missing script.
author John W. Eaton <jwe@octave.org>
date Wed, 15 May 2013 02:44:46 -0400
parents 72665c4ae25b
children 789d2376db2d
files m4/acinclude.m4
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/acinclude.m4	Wed May 15 01:30:16 2013 -0400
+++ b/m4/acinclude.m4	Wed May 15 02:44:46 2013 -0400
@@ -1578,6 +1578,7 @@
 reconstruct oct-gperf.h 
 "
     OCTAVE_CONFIGURE_WARNING([warn_gperf])
+    GPERF='$(top_srcdir)/build-aux/missing gperf'
   fi
   AC_SUBST(GPERF)
 ])