Revision 4a19f1ec configure

b/configure
190 190
blobs="yes"
191 191
fdt="yes"
192 192
sdl_x11="no"
193
pkgversion=""
193 194

  
194 195
# OS specific
195 196
if check_define __linux__ ; then
......
470 471
  ;;
471 472
  --kerneldir=*) kerneldir="$optarg"
472 473
  ;;
474
  --with-pkgversion=*) pkgversion=" ($optarg)"
475
  ;;
473 476
  *) echo "ERROR: unknown option $opt"; show_help="yes"
474 477
  ;;
475 478
  esac
......
1479 1482
echo "VERSION=$qemu_version" >>$config_mak
1480 1483
echo "#define QEMU_VERSION \"$qemu_version\"" >> $config_h
1481 1484

  
1485
echo "#define QEMU_PKGVERSION \"$pkgversion\"" >> $config_h
1486

  
1482 1487
echo "SRC_PATH=$source_path" >> $config_mak
1483 1488
if [ "$source_path_used" = "yes" ]; then
1484 1489
  echo "VPATH=$source_path" >> $config_mak

Also available in: Unified diff