diff options
author | jcid <devnull@localhost> | 2008-10-10 23:10:48 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-10 23:10:48 +0200 |
commit | 4a2d6ce6ee0b29fc880de76b0d47762e327648c3 (patch) | |
tree | 751d59d6d0ed2ec980015dbf6ddf282ac4cbeaf2 /configure.in | |
parent | 5bfc8cd1f728bd3ab706d4838dac49463ef73f0b (diff) |
- s/dillo-fltk/dillo/ and switched the version to 2.0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 64200891..2741ce33 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_INIT(src/dillo.cc) dnl Detect the canonical host and target build environment AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(dillo, f15) +AM_INIT_AUTOMAKE(dillo, 2.0) AM_CONFIG_HEADER(config.h) dnl Options |