@@ -240,10 +240,10 @@ if test x$python = xtrue; then
240240 AC_SUBST ( PYLDFLAGS )
241241 AC_SUBST ( PYLIBS )
242242 AC_SUBST_FILE ( [ PYTHON_AUTOGENERATION] )
243- PYTHON_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
244243 LANGUAGES="$LANGUAGES Python"
245244 OUTPUT_LANG="$OUTPUT_LANG src/python/Makefile"
246245fi
246+ PYTHON_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
247247
248248if test x$java = xtrue; then
249249 JAVAINCLUDES=""
@@ -271,10 +271,10 @@ if test x$java = xtrue; then
271271 AC_SUBST ( JAVALDFLAGS )
272272 AC_SUBST ( JABALIBS )
273273 AC_SUBST_FILE ( [ JAVA_AUTOGENERATION] )
274- JAVA_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
275274 LANGUAGES="$LANGUAGES Java"
276275 OUTPUT_LANG="$OUTPUT_LANG src/java/Makefile"
277276fi
277+ JAVA_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
278278
279279if test x$php = xtrue; then
280280 AC_CHECK_PROG ( [ PHPCONFIG] ,[ php-config] ,[ "yes"] , [ "no"] )
@@ -287,10 +287,10 @@ if test x$php = xtrue; then
287287 AC_SUBST ( PHPINCLUDES )
288288 AC_SUBST ( PHPLDFLAGS )
289289 AC_SUBST_FILE ( [ PHP_AUTOGENERATION] )
290- PHP_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
291290 LANGUAGES="$LANGUAGES PHP"
292291 OUTPUT_LANG="$OUTPUT_LANG src/php/Makefile"
293292fi
293+ PHP_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
294294
295295if test x$lua = xtrue; then
296296 LUAINCLUDES=""
@@ -314,10 +314,10 @@ if test x$lua = xtrue; then
314314 fi
315315 AC_SUBST ( LUAINCLUDES )
316316 AC_SUBST_FILE ( [ LUA_AUTOGENERATION] )
317- LUA_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
318317 LANGUAGES="$LANGUAGES LUA"
319318 OUTPUT_LANG="$OUTPUT_LANG src/lua/Makefile"
320319fi
320+ LUA_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
321321
322322if test x$perl = xtrue; then
323323 AC_CHECK_PROG ( [ PERLINT] ,[ perl] ,[ "yes"] , [ "no"] )
@@ -330,10 +330,10 @@ if test x$perl = xtrue; then
330330 AC_SUBST ( PERLINCLUDES )
331331 AC_SUBST ( PERLDEFINES )
332332 AC_SUBST_FILE ( [ PERL_AUTOGENERATION] )
333- PERL_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
334333 LANGUAGES="$LANGUAGES Perl"
335334 OUTPUT_LANG="$OUTPUT_LANG src/perl/Makefile"
336335fi
336+ PERL_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
337337
338338if test x$ruby = xtrue; then
339339 AC_CHECK_PROG ( [ RUBYINT] ,[ ruby] ,[ "yes"] , [ "no"] )
@@ -361,10 +361,10 @@ if test x$ruby = xtrue; then
361361 AC_SUBST ( RUBYINCLUDES )
362362 AC_SUBST ( RUBYDEFINES )
363363 AC_SUBST_FILE ( [ RUBY_AUTOGENERATION] )
364- RUBY_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
365364 LANGUAGES="$LANGUAGES Ruby"
366365 OUTPUT_LANG="$OUTPUT_LANG src/ruby/Makefile"
367366fi
367+ RUBY_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
368368
369369if test x$guile = xtrue; then
370370 AC_CHECK_PROG ( [ GUILEINT] ,[ guile] ,[ "yes"] , [ "no"] )
@@ -373,10 +373,10 @@ if test x$guile = xtrue; then
373373 AC_MSG_ERROR ( guile interpreter not found )
374374 fi
375375 AC_SUBST_FILE ( [ GUILE_AUTOGENERATION] )
376- GUILE_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
377376 LANGUAGES="$LANGUAGES Guile"
378377 OUTPUT_LANG="$OUTPUT_LANG src/guile/Makefile"
379378fi
379+ GUILE_AUTOGENERATION=$srcdir/src/autogen_helpers/support_command
380380
381381AC_SUBST ( LHT_LIBDEPS )
382382AC_SUBST ( AM_CXXFLAGS )
0 commit comments