aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2016-08-04gettext: run gettextize-0.18.2Joe Konno
Ran gettextize from gettext-0.18.2 to clean up some annoying configuration warnings. Also, allow m4 and po changelogs to be created, especially to help folks concerned with the particulars of string translation. Signed-off-by: Joe Konno <joe.konno@intel.com>
2016-08-04Makefile.am: add --install to ACLOCAL_AMFLAGSJoe Konno
This is supported by >=automake-1.10, so let's use it to ensure all requisite m4 scripts are assembled at configure and build time. Signed-off-by: Joe Konno <joe.konno@intel.com>
2016-07-21Makefile.am need reference to m4 directoryDaniel Black
Running autoreconf (autconf-2.69/automake-1.15/libtoolize-2.4.6) without the m4 directory specified in the Makefile.am file generates the following warning: ./autogen.sh autoreconf: Entering directory `.' autoreconf: running: autopoint autoreconf: running: aclocal autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. autoreconf: running: /usr/bin/autoconf autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force configure.ac:26: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. configure.ac:26: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:26: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. autoreconf: Leaving directory `.' v3: (Joe) The irony. 'Real' submission fixing all nits from v2. v2: (Joe) Re-submission due to a whitespace -ism, added Acked-by Acked-by: Joe Konno <joe.konno@intel.com>
2014-09-29clean up Makefile.am filesSami Kerola
Use vertical rather than horizontal lists, and get rid of deprecated ACLOCAL_AMFLAGS instruction. The src/Makefile.am source file list also needed sorting, as the items order seemed more or less random. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-07-27rebase pevent code to upstream kernel version of tools lib traceevent.Chris E Ferron
This will allow me to keep update and align with the libary code until it is usable without building it local.
2012-06-01Add powertop manual pageColin Ian King
Powertop should really have a manual page to explain the options in a little more detail rather than the user having to get the source and read the README file. Signed-off-by: Colin Ian King <colin.king@canonical.com>
2012-05-29Add localdir to cppflags to be included in bindtextdomain.Chris E Ferron
Thanks Patrick Mccarty for his help in locale stuff
2012-04-25This is the inital Auto Tools work, along with some small updates.Chris E Ferron