Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autotools #8

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Autotools #8

wants to merge 18 commits into from

Commits on Apr 23, 2014

  1. document compilation requirements for systemd support on Debian

    Barak A. Pearlmutter committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    f68f7cf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2014

  1. prep for autotools: autoconf defines VERSION so s/VERSION/PROTOCOL_VE…

    …RSION/
    Barak A. Pearlmutter committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    5cb67a4 View commit details
    Browse the repository at this point in the history
  2. prep for autotools: conditionally #include "config.h" in *.c

    Barak A. Pearlmutter committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    1619dd1 View commit details
    Browse the repository at this point in the history
  3. autotoolize

    Barak A. Pearlmutter committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    469edfa View commit details
    Browse the repository at this point in the history
  4. git ignore, autotools version

    Barak A. Pearlmutter committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    96ac283 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Merge remote-tracking branch 'yarrick/master' into autotools

    only non-trivial conflict is the CC option -std=c99, which I defer
    barak committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    11b6da1 View commit details
    Browse the repository at this point in the history
  2. README is now README.md

    barak committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    988d130 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e5e197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d96c2ea View commit details
    Browse the repository at this point in the history
  5. do gcc -Wall the autotools way

    barak committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    0f6285d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5183561 View commit details
    Browse the repository at this point in the history
  7. avoid incomplete type issue

    src/iodined.c: In function ‘read_dns’:
    src/iodined.c:2062:34: error: invalid application of ‘sizeof’ to incomplete type ‘struct in6_pktinfo’
      char control[CMSG_SPACE(sizeof (struct in6_pktinfo))];
                                      ^
    barak committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    29b7110 View commit details
    Browse the repository at this point in the history
  8. document use of autotools

    barak committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    504ef5c View commit details
    Browse the repository at this point in the history
  9. tell travis to use autotools

    barak committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    a602f3c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6529fd8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af51bd4 View commit details
    Browse the repository at this point in the history
  12. avoid OS=DARWINdigists

    barak committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    8e58aeb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4341c27 View commit details
    Browse the repository at this point in the history