summaryrefslogtreecommitdiffhomepage
path: root/configure.ac
AgeCommit message (Collapse)Author
2010-01-16Fix case of Bugzilla product nameMukund Sivaraman
2010-01-11Make bzip2 compressed dist tarballsMukund Sivaraman
We publish bzip2 compressed tarballs starting with the 1.8.x releases.
2010-01-03Use a configure arg to request regex checkingMukund Sivaraman
Disabling the regex check seems to be required during cross-compiles, where it's not possible to test the target's regex library at compile time.
2010-01-03Reindent the last configure.ac changesMukund Sivaraman
2010-01-02build: allow a forcing build with "broken" regex.Mathew Mrosko
The configure would fail when cross compiling due to the regex check automatically failing for cross compilation. Since you can't run the regex binary check, assuming the regex library on the target platform is working would be the only way to get the build working, or adding a force for people to control based on their build environment. Signed-off-by: Michael Adam <obnox@samba.org>
2009-12-08Remove AM_MAINTAINER_MODEMukund Sivaraman
2009-11-14Remove packaging related itemsMukund Sivaraman
2009-11-14Make asciidoc a requirement for building TinyproxyMukund Sivaraman
asciidoc is necessary as the version number is added during configure into the asciidoc manpage sources. So simply bundling a pre-generated manpage won't do.
2009-11-14Enable silent rules by defaultMukund Sivaraman
2009-11-10configure: AC_SUBST TINYPROXY_STATHOST, not only define it for config.hMichael Adam
Michael
2009-11-09Bump micro versionMukund Sivaraman
2009-09-27build: Reverse maintainer mode testMukund Sivaraman
This is so that if this variable name changes in the future, Tinyproxy would still build without aborting on -Werror.
2009-09-27build: Add -Werror to CFLAGS during maintainer mode buildsMukund Sivaraman
2009-09-22build: import the AM_SILENT_RULES if available, but default to verbose.Michael Adam
Automake 1.11 (and I think 1.10b already) offers the AM_SILENT_RULES macro. This adds switches --quiet, --enable-silent-rules and --disable-silent-rules to configure. --quiet makes the configure run itself quite. --enable-silent-rules makes the compile process less verbose: for a file that is compiled without errors or warnings, a simple "CC main.o" is printed (e.g.). Compiler warnings and errors are printed of course. This makes it much easier (IMHO) to spot build problems. --disable-silent-rules turns the silent rules off I have set it up such that the default for tinyproxy is to build in verbose mode (i.e. with silent rules disabled). This prints the whole compile call command line for each source file compiled, precisely as before. You can also control verbose/non-verbose mode at "make" time, i.e. after configure has run, by calling "make V=0 ..." or "make V=1 ..." for running in silent and verbose mode, respectively. If the version automake used to create configure is too old, the result is unaltered, compared to the result before this change. Wow - this is a long commit message for a 1-liner. But since I discussed this with Mukund earlier, and he did not seem to be too fond if this, I felt the need to justify this change... :-) Michael
2009-09-21build: Add -ansi and --std=c89 to CFLAGSMukund Sivaraman
2009-09-20configure: fix a typo in the tinyproxy version definition.Michael Adam
Michael
2009-09-20build: Remove obsolete/unused macrosMukund Sivaraman
2009-09-20Remove unnecessary vfork.h includeMukund Sivaraman
2009-09-20build: Remove use of the obsolete AC_TYPE_SIGNAL macroMukund Sivaraman
C89 compilers use void return type for signal handler functions.
2009-09-20Remove inline keyword from static functionsMukund Sivaraman
The compiler inlines static functions as necessary anyway. No more inline keywords exist in Tinyproxy source code. We want to avoid using this keyword anyway.
2009-09-20build: Remove obsolete/unused macrosMukund Sivaraman
2009-09-20build: Rename autoconf variableMukund Sivaraman
2009-09-20Better handle the debugging flagsMukund Sivaraman
2009-09-20build: Remove profiling related CFLAGSMukund Sivaraman
These can be specified manually by a developer when necessary. Such flags do not belong in a generic distribution.
2009-09-20build: Update CFLAGS and also check if they are supportedMukund Sivaraman
Also, enable all warnings by default, whether it is a debug build or not.
2009-09-20Remove unnecessary CFLAGS initializationMukund Sivaraman
2009-09-20Remove unnecessary prefix testMukund Sivaraman
2009-09-20Remove the target system information when the version is displayedMukund Sivaraman
If we require information about the runtime environment, it can be found using the uname program. And binutils can tell about what the tinyproxy binary contains. Tinyproxy doesn't have to report this information.
2009-09-20Remove ability to change the name of the default configuration fileMukund Sivaraman
This feature will only confuse us during support, if users come to us with a Tinyproxy build which has a differently named default config file. This feature is not that useful anyway.
2009-09-20Remove obsolete SOCKS related entries from configure.acMukund Sivaraman
These were probably never supported, and we shouldn't claim that we support SOCKS when we don't.
2009-09-20Remove unused statements from configure.acMukund Sivaraman
2009-09-20build: Generate more version related variablesMukund Sivaraman
2009-09-19docs: Add placeholder for tinyproxy.conf manpageMukund Sivaraman
2009-09-16tests: add Makefile.am to tests/ and tests/scripts dir (for packaging)Michael Adam
Michael
2009-09-14Rename doc directory to docsMukund Sivaraman
2009-09-14doc: Update manpage to set missing fieldsMukund Sivaraman
2009-09-13Remove acinclude.m4 and configure macro dirMukund Sivaraman
2009-09-13m4macros: EXTRA_DIST m4 macros from its own directoryMukund Sivaraman
2009-09-13doc: Move doc/tinyproxy.conf to etc/ directoryMukund Sivaraman
2009-09-13doc: Move templates to data/templates/ directoryMukund Sivaraman
2009-09-13doc: Use asciidoc for manpageMukund Sivaraman
2009-08-07Update bug tracker URLMukund Sivaraman
2009-08-04configure: Add more warnings to CFLAGS in debug modeMichael Adam
Michael
2009-05-29autogen.sh: fix errors with new autotools.Michael Adam
The following errors occurred when running ./autogen.sh : $ ./autogen.sh + aclocal configure.ac:18: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded from... ../../lib/autoconf/specific.m4:332: AC_GNU_SOURCE is expanded from... configure.ac:18: the top level configure.ac:18: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS configure.ac:19: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:459: AC_MINIX is expanded from... configure.ac:19: the top level configure.ac:19: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS and so on for autoheader and friends. According to the autotools docs, the proper way to handle this is to just call AC_USE_SYSTEM_EXTENSIONS. Michael
2008-10-16Update Tinyproxy website URLsMukund Sivaraman
2008-08-24Tweak configure.ac a bitMukund Sivaraman
2008-08-24Update the bugmail fieldMukund Sivaraman
2008-07-30Add whitespaceMukund Sivaraman
2008-07-30Update the bug-report fieldMukund Sivaraman
2008-07-14Add missing commaMukund Sivaraman