]> git.sesse.net Git - vlc/blobdiff - configure.ac
Backport getenv bugfix from [11529]
[vlc] / configure.ac
index 8161a798bbfc78d49023e2d4d090f99af7df72f8..d3f3835b356a3b315641c073fa72ccfe35098a3c 100644 (file)
@@ -1,7 +1,7 @@
 dnl Autoconf settings for vlc
 dnl $Id$
  
-AC_INIT(vlc,0.8.2-test3)
+AC_INIT(vlc,0.8.2)
 
 CONFIGURE_LINE="$0 $*"
 CODENAME="Janus"
@@ -13,7 +13,7 @@ AC_CANONICAL_SYSTEM
 
 dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
 dnl them. And we need the comma otherwize automake will choke on it.
-AM_INIT_AUTOMAKE(vlc,0.8.2-test3)
+AM_INIT_AUTOMAKE(vlc,0.8.2)
 AM_CONFIG_HEADER(config.h)
 
 dnl