Edit

kc3-lang/SDL/visualtest/autogen.sh

Branch :

  • Show log

    Commit

  • Author : Ozkan Sezer
    Date : 2021-12-21 14:24:20
    Hash : 449ef08d
    Message : minimal fixes to visual test, so that it actually builds w/o warnings: - linux_process.c: add an SDLVisualTest_ScreenshotProcess() stub for linux builds succeed. - action_configparser.c: fixes -Wswitch warnings. - testharness.c: fixes 'is used uninitialized' warnings for userevents. - testharness.c: fixes format string argument to 'Force killing...' - testquit.c: fix type of options array in main(). - windows_screenshot.c: lowercase windows.h header name. - ran dos2unix on all sources and add missing newlines at files' ends. - minor adjustments to autotools build system (which actually seems to need more surgery for unnecessary stuff...)

  • visualtest/autogen.sh
  • #!/bin/sh
    
    cp acinclude.m4 aclocal.m4
    
    if test "$AUTOCONF"x = x; then
      AUTOCONF=autoconf
    fi
    
    $AUTOCONF || exit 1
    rm aclocal.m4
    rm -rf autom4te.cache