diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-02 19:23:38 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-02 19:23:38 (GMT) |
commit | 8eb4637bc61197e0fa88dc9234ca36286c83d798 (patch) | |
tree | 7d97c29756c39c18572c59e2cb92c832e5224a58 | |
parent | f9ed11a351108662e3ca761169eeb51b86a35076 (diff) | |
download | fluxbox-8eb4637bc61197e0fa88dc9234ca36286c83d798.zip fluxbox-8eb4637bc61197e0fa88dc9234ca36286c83d798.tar.bz2 |
back to git version
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8c24b8f..7fbe805 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl Initialize autoconf and automake | 1 | dnl Initialize autoconf and automake |
2 | AC_INIT(src/main.cc) | 2 | AC_INIT(src/main.cc) |
3 | AC_PREREQ(2.52) | 3 | AC_PREREQ(2.52) |
4 | AM_INIT_AUTOMAKE(fluxbox,1.1.0, no-define) | 4 | AM_INIT_AUTOMAKE(fluxbox,git, no-define) |
5 | 5 | ||
6 | dnl Determine default prefix | 6 | dnl Determine default prefix |
7 | test x$prefix = "xNONE" && prefix="$ac_default_prefix" | 7 | test x$prefix = "xNONE" && prefix="$ac_default_prefix" |