File: autogen.sh

package info (click to toggle)
gettext 0.23.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 167,652 kB
  • sloc: ansic: 532,868; sh: 68,216; perl: 28,011; makefile: 9,046; lisp: 3,184; yacc: 1,055; java: 615; cs: 589; cpp: 397; objc: 343; sed: 79; tcl: 63; xml: 40; pascal: 11; awk: 7; php: 7
file content (11 lines) | stat: -rwxr-xr-x 261 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# This file is in the public domain.
#
# Script for regenerating all autogenerated files.

mkdir -p build-aux
cp -p ../../build-aux/config.rpath build-aux/config.rpath
aclocal -I../../m4 -I../../gnulib-m4
autoconf
automake -a -c
rm -rf autom4te.cache