Changeset 32 for abuse/trunk/configure.ac
- Timestamp:
- Mar 1, 2008, 3:08:00 PM (15 years ago)
- 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
-
Property
svn:ignore
set to
-
abuse/trunk/configure.ac
r27 r32 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT(abuse.lsp) 2 AC_INIT(abuse, 0.7.0) 3 AC_CONFIG_AUX_DIR(.auto) 4 AM_INIT_AUTOMAKE 3 5 4 6 dnl 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) 7 VERSION="0.7.0" 12 8 13 9 dnl Checks for programs.
Note: See TracChangeset
for help on using the changeset viewer.