Skip to content

Commit

Permalink
Rename to cpuid2cpuflags, drop arch suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jul 13, 2016
1 parent 8b020e5 commit 13ad955
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
@@ -1,8 +1,8 @@
ACLOCAL_AMFLAGS = -I m4

bin_PROGRAMS = cpuinfo2cpuflags-x86
bin_PROGRAMS = cpuid2cpuflags

cpuinfo2cpuflags_x86_SOURCES = src/x86.c
cpuid2cpuflags_SOURCES = src/x86.c

EXTRA_DIST = NEWS
NEWS: configure.ac Makefile.am
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
AC_INIT([cpuinfo2cpuflags], [2])
AC_INIT([cpuid2cpuflags], [2])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 subdir-objects -Wall])
Expand Down
5 changes: 3 additions & 2 deletions src/x86.c
@@ -1,5 +1,6 @@
/* cpuflags2cpuinfo-x86
* (c) 2015 Michał Górny, 2-clause BSD licensed
/* cpuid2cpuflags
* (c) 2015-2016 Michał Górny
* 2-clause BSD licensed
*/

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit 13ad955

Please sign in to comment.