Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • nr_1_3
  • nr_1_2
3 results

configure.ac

Blame
  • configure.ac 229 B
    AC_INIT(netscape-remote, 1.3)
    AM_INIT_AUTOMAKE
    AM_CONFIG_HEADER(config.h)
    AC_PROG_CC
    AC_PATH_XTRA
    AC_CONFIG_FILES([Makefile])
    AC_DEFINE([STANDALONE], [1], 
              [Define if netscape-remote is compiled standalone.])
    AC_OUTPUT