diff options
| author | bellard <bellard> | 2003-04-13 21:55:37 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2003-04-13 21:55:37 +0000 |
| commit | fe7bcdef6bdeccc926b3dd1e27edcb1c0cd88fa1 (patch) | |
| tree | c6c0f2e19684101f1ea7a747ba3328696f78fe2a /configure | |
| parent | 6104629dc227dabd7bc4e525d23944c7e1fd10ac (diff) | |
| download | tinycc-fe7bcdef6bdeccc926b3dd1e27edcb1c0cd88fa1.tar.gz tinycc-fe7bcdef6bdeccc926b3dd1e27edcb1c0cd88fa1.tar.bz2 | |
added config.texi
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -265,12 +265,10 @@ if test "$gprof" = "yes" ; then echo "TARGET_GPROF=yes" >> config.mak echo "#define HAVE_GPROF 1" >> $TMPH fi -echo -n "VERSION=" >>config.mak -head $source_path/VERSION >>config.mak -echo "" >>config.mak -echo -n "#define TCC_VERSION \"" >> $TMPH -head $source_path/VERSION >> $TMPH -echo "\"" >> $TMPH +version=`head $source_path/VERSION` +echo "VERSION=$version" >>config.mak +echo "#define TCC_VERSION \"$version\"" >> $TMPH +echo "@set VERSION $version" > config.texi # build tree in object directory if source path is different from current one if test "$source_path_used" = "yes" ; then |
