Commit 7698371d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated gengetopt to 2.23

parent cbccda0e
all: all:
tar xf gengetopt-2.22.6.tar.gz tar xf gengetopt-2.23.tar.xz
cd gengetopt-2.22.6 && ./configure --prefix=/usr --disable-static cd gengetopt-2.23 && ./configure --prefix=/usr --disable-static
$(MAKE) -C gengetopt-2.22.6 $(MAKE) -C gengetopt-2.23
$(MAKE) -C gengetopt-2.22.6 check $(MAKE) -C gengetopt-2.23 check
$(MAKE) -C gengetopt-2.22.6 install $(MAKE) -C gengetopt-2.23 install
rm -rf gengetopt-2.22.6 rm -rf gengetopt-2.23
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment