summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Remove -fgnu89-inline from compile optionsDan McGee1-2/+0
2013-10-14Bail early with a clear error message if Python runtime isn't 2.7+.Jeremy Heiner1-1/+1
2013-08-21integrate tests with automakeAndrew Gregory1-0/+1
2013-07-22Use autoreconf in autogen.shAllan McRae1-1/+1
2013-06-18Merge branch 'maint'Allan McRae1-4/+4
2013-06-184.1.2 release preparationv4.1.2Allan McRae1-2/+2
2013-06-06Correct INODECMD for BSD and DarwinAllan McRae1-2/+2
2013-05-29Add makepkg-templateFlorian Pritz1-0/+19
2013-05-074.1.1 release NEWS, version bumps, etc.v4.1.1Allan McRae1-2/+2
2013-04-01Bump to version 4.0.0v4.1.0Allan McRae1-1/+1
2013-03-10Bump to version 4.1.0rc1v4.1.0rc1Allan McRae1-4/+4
2013-02-13Fix gpgme detectionAllan McRae1-4/+5
2013-01-28Make sed follow symlinks on LinuxMaxime Gauduin1-1/+1
2013-01-28Make path to ldconfig configurableAllan McRae1-0/+10
2013-01-28Revert execvp and related commitsAllan McRae1-3/+3
2013-01-17Do not require full path for scriptlet shellAllan McRae1-3/+3
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae1-0/+1
2013-01-03makepkg: use --apparent-size when du supports itAllan McRae1-0/+4
2013-01-03Remove checks for geteuidAllan McRae1-1/+1
2013-01-03Remove Cygwin supportAllan McRae1-5/+0
2012-11-27makepkg: allow debug package suffix to be configurableAllan McRae1-0/+8
2012-11-27pactree: autodetect and use unicode line drawing charactersDave Reisner1-2/+2
2012-11-27buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner1-1/+0
2012-11-27configure.ac: cleanup duplication in --enable-git-versionDave Reisner1-5/+1
2012-11-27Fix thinko in configure.ac CFLAGS empty checkingDan McGee1-1/+1
2012-08-01Do not enable _FORTIFY_SOURCE without optimizationAllan McRae1-0/+5
2012-06-26Portability fixes for makepkgJeremy Huntwork1-0/+5
2012-04-26libalpm: add pkg-config fileDave Reisner1-0/+1
2012-04-24configure: require bash >= 4.1 at compile timeDave Reisner1-1/+17
2012-04-24scripts/library: introduce parseoptsDave Reisner1-0/+1
2012-04-24configure: avoid linking against libsslDave Reisner1-1/+1
2012-04-09Add more warning flagsAllan McRae1-0/+1
2012-04-09Add a new configure option for excessive compiler warning flagsDan McGee1-0/+41
2012-04-09buildsys: move autotools bloat to build-auxDave Reisner1-0/+1
2012-04-09buildsys: cleanup libtool and autoconf initializationDave Reisner1-5/+2
2012-04-09buildsys: define warning CFLAGS in separate varDave Reisner1-3/+3
2012-04-09buildsys: use AC_DEFINE for CYGWIN macroDave Reisner1-1/+1
2012-04-09buildsys: cleanup gpgme compile time checkDave Reisner1-20/+21
2012-04-09buildsys: use pkg-config for libcurl detectionDave Reisner1-4/+17
2012-04-09buildsys: use pkg-config for libarchive detectionDave Reisner1-3/+3
2012-04-09buildsys: use pkg-config for openssl detectionDave Reisner1-13/+11
2012-04-07Check minimum required gpgme versionAllan McRae1-1/+1
2012-04-07Make selecting scriptlet shell workAllan McRae1-3/+3
2012-04-07Merge branch 'maint'Dan McGee1-2/+2
2012-04-07Revert "makepkg: calculate exact total file size"Dan McGee1-0/+1
2012-04-074.0.3 release NEWS, version bumps, etc.v4.0.3working-maintDan McGee1-2/+2
2012-03-09Merge branch 'maint'Dan McGee1-3/+3
2012-03-05Do not dereference symlinks when calculating sizeAllan McRae1-3/+3
2012-02-13Merge branch 'maint'Dan McGee1-2/+2
2012-02-13Use AM_PATH_GPGME macro from gpgme instead of home-built gpgme detection.Nathan Phillip Brink1-11/+40