VirtualBox

Changeset 954 in kBuild


Ignore:
Timestamp:
May 27, 2007 11:46:39 AM (18 years ago)
Author:
bird
Message:

Filled in PACKAGE and VERSION defines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/config.h.win

    r903 r954  
    335335
    336336/* Name of this package (needed by automake) */
    337 #define PACKAGE "%PACKAGE%"
     337#define PACKAGE "make"
     338
     339/* Define to the address where bug reports for this package should be sent. */
     340#define PACKAGE_BUGREPORT "[email protected]"
     341
     342/* Define to the full name of this package. */
     343#define PACKAGE_NAME "GNU make"
     344
     345/* Define to the full name and version of this package. */
     346#define PACKAGE_STRING "GNU make 3.81.90"
     347
     348/* Define to the one symbol short name of this package. */
     349#define PACKAGE_TARNAME "make"
     350
     351/* Define to the version of this package. */
     352#define PACKAGE_VERSION "3.81.90"
    338353
    339354/* Define to 1 if the C compiler supports function prototypes. */
     
    385400
    386401/* Version number of package */
    387 #define VERSION "%VERSION%"
     402#define VERSION "3.81.90"
    388403
    389404/* Define if using the dmalloc debugging malloc package */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette