mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Fix issue #2: There is no configure binary and get some statements while building it.
There's no reason to keep a configure binary in source control. I added the necessary steps to create it in the README.
This commit is contained in:
parent
20632054d6
commit
c5b459c5b2
3 changed files with 22 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
AC_INIT([libcpuid CPU Identification library], [0.2.0], [libcpuid-devel@lists.sourceforge.net], [libcpuid])
|
||||
AC_CONFIG_SRCDIR([libcpuid/libcpuid.h])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE([-Wall dist-bzip2 dist-zip foreign])
|
||||
|
||||
dnl Versioning scheme shamelessly copied from libexif.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue