summaryrefslogtreecommitdiff
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-11-21 19:03:04 +0000
committerHavoc Pennington <hp@redhat.com>2002-11-21 19:03:04 +0000
commit6c45c95ca8d10a201b5748dfab2fd7cf34742d02 (patch)
tree1885efa575561d1721f6f38a5cb9ceca19a170b5 /Makefile.cvs
parent6b0e7e822f017a11713dae51edce6c6412d869ff (diff)
2002-11-21 Havoc Pennington <hp@redhat.com>
* acconfig.h: get rid of this * autogen.sh (run_configure): add --no-configure option * configure.in: remove AC_ARG_PROGRAM to make autoconf complain less. add AC_PREREQ. add AC_DEFINE third arg.
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
new file mode 100644
index 00000000..fb06305b
--- /dev/null
+++ b/Makefile.cvs
@@ -0,0 +1,6 @@
+## -*- makefile -*-
+
+all: configure
+
+configure: configure.in autogen.sh
+ ./autogen.sh --no-configure