diff options
| author | Pavel Raiskup <praiskup@redhat.com> | 2014-06-21 21:44:31 +0200 |
|---|---|---|
| committer | Pavel Raiskup <praiskup@redhat.com> | 2014-07-01 09:20:41 +0200 |
| commit | bf2d81763f53abf2d2d42e86af30b62abe4466ff (patch) | |
| tree | bd6b16f5a83d6296827987f69113ce276bada6e3 /configure.ac | |
| parent | 9c800a8f50b1b3736aa81e646d66a4a1c6812773 (diff) | |
| download | postgresql-setup-bf2d81763f53abf2d2d42e86af30b62abe4466ff.tar.gz postgresql-setup-bf2d81763f53abf2d2d42e86af30b62abe4466ff.tar.xz postgresql-setup-bf2d81763f53abf2d2d42e86af30b62abe4466ff.zip | |
configury: make it non-foreign
This makes us to do some additional documentation, but it should
not be so hard.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 64cfbd3..5e2161e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([postgresql-setup], [0.9], [praiskup@redhat.com]) -AM_INIT_AUTOMAKE([foreign -Wall -Werror]) +AM_INIT_AUTOMAKE([-Wall]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([postgresql-setup], [chmod +x postgresql-setup]) |
