autogen.sh (n2n-3.0) | : | autogen.sh (n2n-3.1.1) | ||
---|---|---|---|---|
#!/usr/bin/env bash | #!/usr/bin/env bash | |||
# NOTE: update version in CMakeLists.txt after changing these | rm -f include/config.h include/config.h.in include/config.h.in~ Makefile configu | |||
N2N_MAJOR="3" | re | |||
N2N_MINOR="0" | ||||
N2N_PATCH="0" | ||||
N2N_VERSION_SHORT="$N2N_MAJOR.$N2N_MINOR.$N2N_PATCH" | ||||
cat configure.seed | sed \ | ||||
-e "s/@N2N_VERSION_SHORT@/$N2N_VERSION_SHORT/g" \ | ||||
> configure.ac | ||||
rm -f config.h config.h.in *~ Makefile configure #* | ||||
echo "Wait please..." | echo "Wait please..." | |||
autoreconf -if | autoreconf -if | |||
End of changes. 1 change blocks. | ||||
12 lines changed or deleted | 2 lines changed or added |