Ignore:
Timestamp:
Mar 1, 2008, 3:08:00 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Reorganised build system: + Renamed configure.in to configure.ac. + Add a bootstrap script. + Put autotools files in .auto/. + svn:ignore generated files.
Location:
abuse/trunk
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • abuse/trunk

    • Property svn:ignore set to
      .auto
      Makefile.in
      Makefile
      config.sub
      config.guess
      aclocal.m4
      configure
  • abuse/trunk/configure.ac

    r27 r32  
    11dnl Process this file with autoconf to produce a configure script.
    2 AC_INIT(abuse.lsp)
     2AC_INIT(abuse, 0.7.0)
     3AC_CONFIG_AUX_DIR(.auto)
     4AM_INIT_AUTOMAKE
    35
    46dnl Version information
    5 ABUSE_SDL_MAJOR=0
    6 ABUSE_SDL_MINOR=7
    7 ABUSE_SDL_PATCH=0
    8 VERSION="$ABUSE_SDL_MAJOR.$ABUSE_SDL_MINOR.$ABUSE_SDL_PATCH"
    9 
    10 dnl Automake init
    11 AM_INIT_AUTOMAKE(Abuse-SDL, $VERSION)
     7VERSION="0.7.0"
    128
    139dnl Checks for programs.
Note: See TracChangeset for help on using the changeset viewer.