Skip to content

Instantly share code, notes, and snippets.

@tserj
Last active February 11, 2023 05:39
Show Gist options
  • Select an option

  • Save tserj/8b194bf5be171dc8b23963c260584eb2 to your computer and use it in GitHub Desktop.

Select an option

Save tserj/8b194bf5be171dc8b23963c260584eb2 to your computer and use it in GitHub Desktop.
linux build
configure.ac
AM_INIT_AUTOMAKE([foreign subdir-objects]
AC_CONFIG_MACRO_DIR([m4])
Makefile.am
ACLOCAL_AMFLAGS = -I m4
mkdir m4
autoreconf -i
autoconf
automake
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment