mirror of
https://github.com/anrieff/libcpuid
synced 2024-12-16 16:35:45 +00:00
An erorrneous commit was reverted
git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@85 3b4be424-7ac5-41d7-8526-f4ddcb85d872
This commit is contained in:
parent
23b5b71856
commit
75934f2538
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
AC_INIT([libcpuid CPU Identification library], [0.1.3], [libcpuid-devel@lists.sourceforge.net], [libcpuid])
|
AC_INIT([libcpuid CPU Identification library], [0.1.3], [libcpuid-devel@lists.sourceforge.net], [libcpuid])
|
||||||
AC_CONFIG_SRCDIR([libcpuid/libcpuid.h])
|
AC_CONFIG_SRCDIR([libcpuid/libcpuid.h])
|
||||||
AM_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE([dist-bzip2 dist-zip foreign])
|
AM_INIT_AUTOMAKE([-Wall dist-bzip2 dist-zip foreign])
|
||||||
|
|
||||||
dnl Versioning scheme shamelessly copied from libexif.
|
dnl Versioning scheme shamelessly copied from libexif.
|
||||||
dnl Short walkthrough. C means CURRENT, A mean AGE, R means REVISION
|
dnl Short walkthrough. C means CURRENT, A mean AGE, R means REVISION
|
||||||
|
|
Loading…
Reference in a new issue