mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-31 01:24:43 +02:00
stuff
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@311 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
ce1bcadf26
commit
95c77b4033
@ -47,7 +47,9 @@ AC_SEARCH_LIBS(initscr, [curses ncurses])
|
|||||||
|
|
||||||
AC_ARG_ENABLE(enable-virus,
|
AC_ARG_ENABLE(enable-virus,
|
||||||
[AC_HELP_STRING([--enable-virus], [Use the 'virus' vi clone instead of the friendly ee editor.])],
|
[AC_HELP_STRING([--enable-virus], [Use the 'virus' vi clone instead of the friendly ee editor.])],
|
||||||
[AC_SUBST(EDITOR, virus.c)], [AC_SUBST(EDITOR, ee.c)])
|
[EDITOR=virus.c], [EDITOR=virus.c])
|
||||||
|
|
||||||
|
AC_SUBST(EDITOR)
|
||||||
|
|
||||||
AC_ARG_WITH(config-file,
|
AC_ARG_WITH(config-file,
|
||||||
[AC_HELP_STRING([--with-config-file=PATH], [Define the path to the default configuration file.])],
|
[AC_HELP_STRING([--with-config-file=PATH], [Define the path to the default configuration file.])],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user