diff options
author | paul <paul> | 2003-09-24 05:09:26 +0000 |
---|---|---|
committer | paul <paul> | 2003-09-24 05:09:26 +0000 |
commit | fa1253d0c95416ab0361e6945275ef8194fd7ddd (patch) | |
tree | c0e9455701831fcc436f3b579eca956e07c6686a /lib/.cvsignore | |
parent | 3e95a0741feb6f8b103577d0019a5db562d8315d (diff) |
2003-09-24 Paul Jakma <paul@dishone.st>
* lib/version.h: moved to version.h.in
* lib/version.h.in: New file, from version.h. Change hardcoded
package name and version to use the autoconf defined substition
variables.
* configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
through lib/version.h for VERSION. Add lib/version.h to the
AC_OUTPUT list. Update the text output of quagga version at end
of configure run to use PACKAGE_VERSION.
* doc/.cvsignore: ignore quagga.pdf
* doc/.cvsignore: ignore version.h, its now autogenerated.
Diffstat (limited to 'lib/.cvsignore')
-rw-r--r-- | lib/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index b8e258be..d95f62f7 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -2,4 +2,5 @@ Makefile Makefile.in *.o version.c +version.h .deps |