diff options
author | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-08-08 01:36:50 +0000 |
---|---|---|
committer | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-08-08 01:36:50 +0000 |
commit | fb93d81e6d32b870632ed2aeff039c121c2752da (patch) | |
tree | d20eddcc582d4b536f0026dc862ef7b61e422fe4 /CVSVERSION | |
parent | 3bb6e868091fb3015e0f0bc20aefce1e51b249ee (diff) | |
download | nautilus-fb93d81e6d32b870632ed2aeff039c121c2752da.tar.gz |
New file, used to detect whether we are configuring a cvs version or a
* CVSVERSION: New file, used to detect whether we are configuring
a cvs version or a release tarball.
* configure.in: Default -Werror to off when configuring a release
tarball, and to on when configuring a cvs version.
Diffstat (limited to 'CVSVERSION')
-rw-r--r-- | CVSVERSION | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CVSVERSION b/CVSVERSION new file mode 100644 index 000000000..5892a0aca --- /dev/null +++ b/CVSVERSION @@ -0,0 +1,4 @@ +This file is here to detect the fact that we are building a CVS +version and not a tarball. Do _not_ add it to any Makfile.am rules +that would cause it to be distributed in release tarballs! + |